Home › Forums › AWS › AWS Certified SysOps Administrator Associate › AWS Certified SysOps Administrator Associate Practice Exams 2022Exam Lab #2
-
AWS Certified SysOps Administrator Associate Practice Exams 2022Exam Lab #2
Carlo-TutorialsDojo updated 2 years, 8 months ago 2 Members · 2 Posts -
The .yaml file downloaded from your course doesn’t allow me to create a CloudFormation stack, error message states “Template error: unable to get mapping for AMImapping::us-east-2::test”
The first lines of the file appear as:
AWSTemplateFormatVersion: “2010-09-09”
Mappings:
AMImapping:
us-east-1:
test: “ami-0dc2d3e4c0f9ebd18”
prod: “ami-0dc2d3e4c0f9ebd18”
It appears the .yaml file is out of date. Can you provide an updated file?
-
Hello C.J,
Thanks for your feedback.
As of now, the template is configured to run in the us-east-1 region only . Please make sure that you’re launching the template in the us-east-1 region.
Regards,
Carlo @ Tutorials Dojo
Log in to reply.