#1 AWS Fundamentals Flashcards
A service that helps you automate the process of creating, updating, and managing your cloud infrastructure. Enables you to define your infrastructure and resources in a template file, which can be written in JSON or YAML format.
Think of it as a way to describe your desired cloud environment using a blueprint. This blueprint is called a template, and it contains all the necessary information about the AWS resources you want to create, such as EC2 instances, VPCs, S3 buckets, and more.
CloudFormation
What is a CloudFormation Logical Resource?
A resource defined in a CloudFormation Template
A service that allows you to store, retrieve, and manage large amounts of data in the AWS cloud, making it easy to access your files from anywhere, anytime.
S3 (Simple Storage Service)
What is true of Simple Storage Service (S3)?
A. S3 is an AWS Public Service
B. S3 is a private service
C. S3 is a webscale block storage system
D. S3 is an object storage system
E. Buckets can store a limit of 100TB of data
F. Buckets can store an unlimited amount of data
A. S3 is an AWS Public Service
D. S3 is an object storage system
F. Buckets can store an unlimited amount of data
A service offered by AWS that allows you to create a private, isolated virtual network within the AWS cloud.
It’s like having your own virtual data center, where you have complete control over the networking environment, including IP address ranges, subnets, routing, and security settings.
VPC (Virtual Private Cloud)
What is true of an AWS Private Service?
A. Located on the Public Internet
B. Located in the AWS Public Zone
C. Located in a VPC
D. Accessible from the VPC it is located in
E. Accessible from any other VPC
F. Accessible from other VPCs or on-premises networks as long as private networking is configured
C. Located in a VPC
D. Accessible from the VPC it is located in
F. Accessible from other VPCs or on-premises networks as long as private networking is configured
A virtual server that runs on AWS.
Imagine you have a physical computer that you use to run your applications, store data, and perform various tasks. Now, instead of having that computer in your office or home, you rent it from Amazon and access it through the internet.
EC2 (Elastic Compute Cloud)
EC2 is an example of which service model?
IAAS: (infrastructure as a service) is a cloud service model that offers on-demand infrastructure resources, such as compute, storage, networking, and virtualization, to businesses and individuals via the cloud.
What are these examples of?
- Boot volume 2. Data volumes 3. AMI Permissions 4. Block Device Mapping
What is stored in an AMI
What Permissions options does an AMI have?
- Public Access 2. Owner only. 3. Specific AWS Accounts
Contains all the necessary information to create a virtual server, also known as an EC2 instance, in the AWS environment. It includes the operating system, software configurations, and application settings that you need to get your virtual server up and running quickly.
AMI (Amazon Machine Images)
What is a CloudFormation Physical resource?
A physical resource created by creating a CloudFormation stack
What is a simple and correct definition of High Availability?
A system which maximizes uptime
What is the definition of a fault tolerant system?
A system which allows failure, and can continue operating without disruption
How many DNS root servers exist?
13