0
0
Spring Bootframework~10 mins

Cloud deployment overview (AWS, Azure) in Spring Boot - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to specify the cloud provider in the Spring Boot deployment configuration.

Spring Boot
cloud.provider=[1]
Drag options to blanks, or click blank then click option'
AAzure
BAWS
COnPremise
DGoogleCloud
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing a non-cloud provider like OnPremise
Confusing cloud providers
2fill in blank
medium

Complete the code to set the region for AWS deployment.

Spring Boot
cloud.region=[1]
Drag options to blanks, or click blank then click option'
Acentralus
Beurope-west1
Casia-east1
Dus-west-1
Attempts:
3 left
💡 Hint
Common Mistakes
Using Azure or Google Cloud region names
Using invalid region codes
3fill in blank
hard

Fix the error in the deployment configuration to specify the correct Azure service for Spring Boot.

Spring Boot
azure.service=[1]
Drag options to blanks, or click blank then click option'
AAzureAppService
BAzureFunctions
CAzureBlobStorage
DAzureSQLDatabase
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing Azure Functions which is for serverless code
Choosing Blob Storage which is for files
4fill in blank
hard

Fill both blanks to configure AWS deployment with the correct instance type and storage option.

Spring Boot
aws.instanceType=[1]
aws.storage=[2]
Drag options to blanks, or click blank then click option'
At3.medium
Bt2.micro
CEBS
DS3
Attempts:
3 left
💡 Hint
Common Mistakes
Using S3 for instance storage
Choosing a large instance type unnecessarily
5fill in blank
hard

Fill all three blanks to complete the Azure deployment configuration with resource group, region, and runtime stack.

Spring Boot
azure.resourceGroup=[1]
azure.region=[2]
azure.runtimeStack=[3]
Drag options to blanks, or click blank then click option'
AmyResourceGroup
Beastus
CJAVA|11
Dwestus
Attempts:
3 left
💡 Hint
Common Mistakes
Using invalid region names
Incorrect runtime stack format