You are a DevOps engineer and you need to design aExam |Video upload date:  · Duration: PT1H46M27S  · Language: EN

Video for you are a DevOps engineer and you need to design a CloudFormation stack to manage AWS resources. You want to use the same CloudFormation template for

I know how you can get Azure Certified, Google Cloud Certified, GitHub Copilot Certified and AWS Certified. It's a cool certification exam simulator site called certificationexams.pro. Check it out. It'll help you get certified fast!

This is a dedicated watch page for a single video.

Answer

Full Certification Question

You are a DevOps engineer and you need to design a CloudFormation stack to manage AWS resources. You want to use the same CloudFormation template for both production and development environments. The stack includes an EC2 instance whose instance type should be c1.xlarge for production and m1.large for development. You have a Condition resource called CreateProdResources that determines whether or not the environment is production. The template uses the YAML format. How would you configure the EC2 instance type in the CloudFormation template?