AWS Certified Solution Architect - Associate: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
(Created page with " == Areas to work oon == === ECS Elastic Container Service === === S3 operations === PUTS DELETE , etc, codes Category:Training")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:


=== ECS Elastic Container Service ===
=== ECS Elastic Container Service ===
consider kubernetes


=== S3 operations ===
=== S3 operations ===


PUTS DELETE , etc, codes
PUTS DELETE , etc, codes
Q: S3 has eventual consistency for which HTTP Methods?
A: overwrite PUTS and DELETES
Questions:
You've been tasked with building a new application with a stateless web tier for a company that produces reuseable rocket parts. Which three services could you use to achieve this?
1. AWS Storage Gateway, ElastiCache, and ELB
2. ELB, ElastiCache, and RDS <- my choice
3. Cloudwatch, RDS, and DynamoDb
4. RDS, DynamoDB, and ElastiCache <- correct


[[Category:Training]]
[[Category:Training]]
[[Category:AWS]]

Latest revision as of 15:08, 13 December 2017

Areas to work oon

ECS Elastic Container Service

consider kubernetes

S3 operations

PUTS DELETE , etc, codes

Q: S3 has eventual consistency for which HTTP Methods?

A: overwrite PUTS and DELETES

Questions:

You've been tasked with building a new application with a stateless web tier for a company that produces reuseable rocket parts. Which three services could you use to achieve this?

1. AWS Storage Gateway, ElastiCache, and ELB

2. ELB, ElastiCache, and RDS <- my choice

3. Cloudwatch, RDS, and DynamoDb

4. RDS, DynamoDB, and ElastiCache <- correct