Spring Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Amazon Web Services AWS Certified CloudOps Engineer - Associate SOA-C03 Question # 8 Topic 1 Discussion

Amazon Web Services AWS Certified CloudOps Engineer - Associate SOA-C03 Question # 8 Topic 1 Discussion

SOA-C03 Exam Topic 1 Question 8 Discussion:
Question #: 8
Topic #: 1

A CloudOps engineer is examining the following AWS CloudFormation template:

AWSTemplateFormatVersion: '2010-09-09'

Description: 'Creates an EC2 Instance'

Resources:

EC2Instance:

Type: AWS::EC2::Instance

Properties:

ImageId: ami-79fd7eee

InstanceType: m5n.large

SubnetId: subnet-1abc3d3fg

PrivateDnsName: ip-10-24-34-0.ec2.internal

Tags:

- Key: Name

Value: !Sub "${AWS::StackName} Instance"

Why will the stack creation fail?


A.

The Outputs section of the CloudFormation template was omitted.


B.

The Parameters section of the CloudFormation template was omitted.


C.

The PrivateDnsName cannot be set from a CloudFormation template.


D.

The VPC was not specified in the CloudFormation template.


Get Premium SOA-C03 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.