Domain 3: Cloud Technology and Services Flashcards
What are the benefits in accessing a service such as S3 from the console or running the commands in the AWS CLI?
Using aws s3 commands in the AWS CLI helps to manage S3 objects.
What do you use to connect public Amazon EC2 instances in a public subnet to the public internet?
Internet gateway.
If you needed to use your existing server-bound software licenses, would you choose a dedicated host or shared host?
A dedicated host.
Are EC2 instances an Availability Zone resilient service or a Regional resilient service?
Availability Zone resilient service.
What is the local storage of an EC2 instances?
Instance Store.
What type of storage would you choose if you needed persistent storage for your EC2 instance?
Elastic Block Store (EBS)
Where would you check to find the Amazon EC2 instances ID, instance profile permissions, and kernel information?
You can get the instance ID, public keys, public IP address, and other information from the instance metadata using:
http://169.254.169.254/latest/meta-data/.
Which AWS Snow Family service would you choose to transfer hundreds of petabytes of data and exabyte scale data sets into AWS?
AWS Snowmobile.
Is an Amazon VPC a globally resilient service or a Regional resilient service?
Regional resilient service.
Are network access control lists (network ACLs) stateful or stateless?
Stateless.
Are security groups stateful or stateless?
Stateful.
Can you use a NAT gateway in a private subnet?
No, NAT gateways sit in a public subnet to allow private resources access to the internet or the AWS public zones.
What type of storage does S3 offer? Block, file, or object?
Object storage.
What type of storage does EBS offer? Block, file or object?
Block storage.
What type of storage does EFS? Block, file, or object?
File storage.
What type of level service is Amazon Rekognition?
Rekognition is an AI service level.
What type of level service is Amazon Sagemaker?
Sagemaker is a machine learning level service.
What AWS analytic service can help you identify personable identifiable information (PII)?
Amazon Macie.
What AWS analytic service is a query service?
Amazon Athena.
Which AWS service would you use for inter-process and services messaging?
Amazon SQS