Domain 3: Cloud Technology and Services Flashcards
(51 cards)
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
What are benefits of running a database on Amazon RDS compared to an on-premises database?
-
RDS provides backups by default
you can decide how frequently backups are completed. However, AWS manages the backing up of the data and the storing of the backup. Backups are automated based on the frequency that you define. -
RDS database computer can be easily scaled
can be scaled up or down based on demand. Often with little or no downtime. Database instances can also be scaled vertically to give it more memory or compute capacity.
A systems admin wants to migrate a static website to AWS. The systems admin wants to stop paying for the compute power necessary to run the web servers.
Which AWS service will meet these requirements?
S3.
S3 provides object storage. Additionally, you can use S3 to host static website content, including HTML, JavaScript, and CSS files. With S3, you don’t need an always-running EC2 instance.
A web developer has limited knowledge of AWS networking services such as VPC, Elastic Load Balancing, and Auto Scaling, but wants to host a highly available web app.
Which AWS service would automatically handle the deployment and reduce the complexity for the developer?
AWS Elastic Beanstalk.
gives you the ability to deploy and manage web apps in AWS Cloud without having to understand or manage the underlying infrastructure.
Which AWS service automatically handles app health monitoring?
AWS Elastic Beanstalk.
Elastic Beanstalk gives you the ability to deploy and manage apps in AWS Cloud without you having to understand or manage the underlying infrastructure. Elastic Beanstalk also includes functionality to monitor the health of your app.