2.5 Automate Deployment

AWS CloudFormation: Model and provision all your cloud infrastructure resources.

AWS CloudFormation is a model and provision for all your cloud infrastructure resources used for automated deployment. Different environments like e.g. trainings environments or A/B-test environments are quick deployed. They are based only on a script (template in either YAML or JASON) load and fire and the environments is live. The example above shows how to test different alternatives in a script-based approach. At the 1. environment, we use the EBS volume and replace it in 2. environment by a managed Amazon RDS database. At the 3. environment we integrate a EC2 Auto Scaling group and CloudWatch is monitoring the metrics. In 4. enviroment CloudFormation is integrated to automate the deployment of the environment, e.g. in case of a failure monitored by CloudWatch.

Return to main post of AWSOMESDAYS 2019 agenda?
Click here https://cutt.ly/GeYaUS9

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert