TJ - Review mode set 3 Flashcards
What type of EC2 can be stopped and restarted?
EBS-backed EC2’s
What happens when you stop an EBS-backed EC2 instance, that also has an instance store?
the EBS volume is preserved, but the data in any attached instance store volume will be erased
T or F: can an EBS-backed EC2 instance have attached Instance Store volumes?
True
What happens to an ENI and the EIP when an instance is stopped?
ENI stays attached to the EC2, EIP remains associated with the instance as well.
What queries are used for each Aurora endpoint?
1. Cluster endpoint
(Current Primary instance)
2. Reader endpoint
3. custom endpoint
4. Instance endpoint
(a Specific DB instance)
- to perform DDL/write statements
- perform queries, read
- used with clusters with DB instances of different capacities or configurations
- for more direct control over connections to the DB
What scenario does AWS limit the # of EC2s you can create?
There is a vCPU-based On-Demand Instance limit per region. To fix - submit the increase form to AWS and retry the failed requests once approved.
How do you ensure that users of AWS accounts are prevented from removing or modifying any rules in AWS Config?
Add the AWS account(s) to an organization unit (OU). Attach a service control policy (SCP) to the OU that restricts access to AWS Config.
What is AWS control tower? And can this service restrict access from invoking an action to a specific resource, such as AWS Config, in your AWS account?
AWS Control Tower service is commonly used to set up and govern a secure multi-account AWS environment.
No, Control tower cannot restrict access in your aws account.
In a Network ACL, how are rules evaluated ?
Rules are evaluated starting with the lowest numbered rule. As soon as a rule matches traffic, it’s applied immediately regardless of any higher-numbered rule that may contradict it.
How many route tables can be associated with one subnet?
How many subnets can be associated with one route table?
One route table per subnet.
Multiple subnets per route table (if needed).
When should a customer consider using Multipart Upload to S3 feature?
For objects larger than 100 megabytes
What is Select S3? And what do you need to perform an S3 Select operation?
S3 Select enables applications to retrieve only a subset of data from an object by using simple SQL expressions.
Both the bucket’s name and the object key are needed to successfully perform an S3 Select operation.
What is needed to create a Launch Template?
-ID of the AMI
-Instance type
-a key pair
-security group
-a block device mapping
T or F:
You can’t modify a launch template after you’ve created it
True
How do you create “a hub and spoke design for connecting VPCs and on-premises networks”?
AWS Transit Gateway
True or False: . VPC peering is supported by using transitive peering relationships.
False
Does DX connections support VPC peering?
No
What is Expedited retrievals in S3?
allows you to quickly access your data when occasional urgent requests for a subset of archives are required.
Data under 250MB will be retrieved within 1-5 minutes.
what is Provisioned capacity in S3?
ensures that your retrieval capacity for expedited retrievals is available when you need it. use case —> workload requires highly reliable and predictable access to a subset of your data in minutes.
Provides up to 150/MB of retrieval throughput.
What is Amazon Glacier Select?
Used to perform filtering operations using simple Structured Query Language (SQL) statements directly on your data archive in Glacier.
Key word: SELECT (SQL operation)