This step just requires you to run a script that will provision several AWS resources and the Dynatrace configuration needed for the workshop.
From the Cloudshell window, run these commands to start the provisioning process:
cd ~/aws-modernization-dt-orders-setup/provision-scripts
./provision-workshop.sh
The script output will look like this:
===================================================================
About to Provision Workshop - k8
===================================================================
Proceed? (y/n)
Select Y
and when it completes, it will look like this:
...
...
=============================================
Provisioning AWS workshop resources COMPLETE
End: Tue Jun 16 14:42:22 EDT 2020
=============================================
The script will run fast, but it will take about 1-2 minutes for the CloudFormation script to complete.
1 . AWS resources - using AWS CLI
2 . AWS resources - using a CloudFormation stack created by the AWS CLI
YOUR_LAST_NAME-dynatrace-modernize-workshop
YOUR_LAST_NAME-dynatrace-modernize-workshop
YOUR_LAST_NAME-workshop-monolith
with a new security group named security_group_workshop-ez3 . Dynatrace configuration
_The Dynatrace configuration scripts use a combination of Dynatrace Monitoring as Code framework (a.k.a. monaco) and the Dynatrace Configuration API for those few Dynatrace configurations not yet supported by monaco._
As mentioned above, it may take a few minutes, but you can check the CloudFormation output to ensure that all the AWS resources were provisioned successfully.
Monitor CloudFormation stack status within the AWS console. Navigate to the CloudFormation
page or just navidate to:
* https://console.aws.amazon.com/cloudformation/home
When it is complete, it will show a CREATE_COMPLETE
status as shown below, but with your unique stack name.
The process to provision everything will take ~5 minutes, so please be patient.
If you using a personal or corporate account, the CloudFormation may rollback due to VPC limits being reached. In that scenario, delete one of the VPCs and retry the script.