Bird
0
0

Which of the following is a valid resource type in the Resources section of a CloudFormation template?

easy📝 Conceptual Q2 of 15
AWS - CloudFormation
Which of the following is a valid resource type in the Resources section of a CloudFormation template?
AAWS::Storage::Bucket
BAWS::Compute::Instance
CAWS::S3::Bucket
DAWS::EC2::Storage
Step-by-Step Solution
Solution:
  1. Step 1: Recall AWS resource type naming conventions

    Valid resource types follow the pattern AWS::Service::Resource, e.g., AWS::S3::Bucket.
  2. Step 2: Identify the correct resource type

    AWS::S3::Bucket is the correct type for an S3 bucket. Others are invalid or do not exist.
  3. Final Answer:

    AWS::S3::Bucket -> Option C
  4. Quick Check:

    Resource type format = AWS::Service::Resource [OK]
Quick Trick: AWS resource types always use AWS::Service::Resource format [OK]
Common Mistakes:
  • Using incorrect service or resource names
  • Mixing service and resource order
  • Using non-existent resource types

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes