Premium

AWS Certified Solutions Architect – Associate Questions and Answers (Dumps and Practice Questions)



Question :

Regarding Amazon S3, how many buckets can an account own at a time?

 :
1. 250
2. 100
3. Access Mostly Uused Products by 50000+ Subscribers
4. 10

Correct Answer : Get Lastest Questions and Answer :
A bucket is owned by the user account where it has been created. One account owner can hold a maximum of 100 buckets at a time.






Question :

Which one of the following statements about mapping in CloudFormation is correct?

 :
1. Mappings enable you to map your resources that are defined in your template.
2. Mappings enable you to specify resources in your template.
3. Access Mostly Uused Products by 50000+ Subscribers
4. Mappings enable you to specify conditional parameter values in your template.

Correct Answer : Get Lastest Questions and Answer :
Mappings enable you to specify conditional parameter values in your template. When used with the intrinsic function Fn FindInMap, it works like a Case
statement or lookup table.






Question :

In regard to AWS CloudFormation, each parameter can have a default value and description and may be marked as __________
in order to hide the actual value you enter on the screen and in the AWS CloudFormation event logs.

 :
1. NoLog
2. NoEcho
1. HideLog
2. HideValue

Correct Answer : Get Lastest Questions and Answer :

Explanation: Each parameter can have a default value and description and may be marked as NoEcho in order to hide the actual value you enter on the screen and in
the AWS CloudFormation event logs.



Related Questions


Question :
Correct use cases of the Amazon Glacier is :

  :
1. Offsite Enterprise Information Archiving
2. Archiving Media Assets
3. Access Mostly Uused Products by 50000+ Subscribers
4. Magnetic Tape Replacement
5. All of the above



Question :
Your web application front end consists of multiple EC2 instances behind an Elastic Load Balancer.
You configured ELb to perform health checks on these EC2 instances. If an instance fails to pass health checks, which statement will be true?

  :
1. The instance is replace automatically by the ELB.
2. The instance gets terminated automatically by the ELB.
3. Access Mostly Uused Products by 50000+ Subscribers
4. The instance gets quarantined by the ELB for root cause analyis



Question :
You are building a system to distribute confidential training videos to employees. Using CloudFront,
what method would be used to serve content that is stored in S3, but not publicly accessible from S3 directly?


  :
1. Create an Origin Access Identify (OAI) for CloudFront and grant access to the objects in your S3 bucket to that OAI.
2. Create an Identity and Access Management (IAM) User for CloudFront and grant access to the objects in your S3 bucket to that IAM user.
3. Access Mostly Uused Products by 50000+ Subscribers



Question :
Which of the following will occur when an EC2 instance in a VPC (Virtual Private Cloud) with an associated Elastic IP is stopped and started?

  :
1. The Elastic IP will be dissociated from the instance
2. All data on instance-store devices will be lost
3. Access Mostly Uused Products by 50000+ Subscribers
4. The underlying host for the instance is changed


Question :
To protect S3 data from both accidental deletion and accidental overwriting, you should

  :
1. enable S3 versioning on the bucket
2. access S3 data using only signed URLs
3. Access Mostly Uused Products by 50000+ Subscribers
4. enable Multi-Factor Authentication (MFA) protected access


Question :
It is not possible to create an AWS CloudFormation template from existing AWS resources in your account.

  :
1. False, you can use CloudFormer tool
2. True, you should write templates from scratch
3. Access Mostly Uused Products by 50000+ Subscribers
4. True, you should use sample templates