12.8 Whizlabs - Practice Test VI
Last updated
Was this helpful?
Last updated
Was this helpful?
There is no cost when data is transferred from EC2 to S3 if they are in the same Region.
In VPC, by default, all subnets can route between each other, whether they are private or public.
When you are creating a CIDR block, the least allowable is /28.
When you launch the VPC wizard, you will get the below options:
VPC with a single public subnet
VPC with public and private subnet
VPC with public and private subnets and hardware VPN access
VPC with a private subnet only and hardware VPN access
Shared Responsibility Model
When you have instances that will be used continuously and throughout the year, the best option is to buy reserved instances.
Penetration testing of EC2 instances may be performed by the customers, but customers need to take prior authorization from AWS before doing that.
To secure your data at-rest on EBS volumes:
encrypt the volume when it is being created
encrypt the data after the volume is created (use an encrypted file system on top of the EBS volume)
If you want to launch EC2 instances and assign each instance a private IP address in a predetermined range, you should to launch the instances in the VPC.
AWS Directory Services are used to authenticate to an existing on-premises Active Directory through VPN connections, and AWS WorkSpaces service is used for Virtual Desktop.
User login to your AWS:
When you create a user, you need to download the Access Key ID & Secret Access Key so that the user can make API calls.
Create a password for a user to allow the user to log in AWS console through a sign-in URL which includes your Account ID/Alias name.
AWS doesn't want you to waste the static public IP addresses. You will be charged for Elastic IP (EIP) in these 2 scenarios:
If EIP is create but not allocated to any instance
If EIP is attached to a stopped instance.
Attaching an EIP to an instance through 3 steps:
From EC2 service, click Elastic IPs
Click Allocate New Address to allocate a new IP to your account
Select the address and click Actions -> Associate Address to assign it to an instance.
EBS only instance types:
General-purpose T2, M5, M4
Compute-optimized C4, C5
Accelerated-computing P3, P2, G3
It is easier to remember which instance types are not EBS only: M3, C3, I3, D2, R2. For virtualization types: M3, C3 can be HVM or PV, and all other instance types can only be HVM.
Resources that are created in AWS are identified by a unique identifier which is known as Amazon Resource Name (ARN).
If you are using Route53 for a static web site hosted in S3, the S3 bucket name must be the same as the domain/subdomain name. For example, if you want to use the subdomain acme.example.com, the name of the bucket must be acme.example.com
Some of benefits of CloudFormation:
Version control your infrastructure
A great Disaster Recovery option (based on the new whitepaper: using AWS for DR)
You can use AWS Systems Manager -> Run Command to administer instances without the need to SSH or RDP into the instance.
If you want to extend your on-premise infrastructure with AWS, you can use VPN connection or Direct Connection.
Pilot Light is the term which is used to describe a DR scenario in which a minimal version of an environment is always running in the cloud.
Minimum size of object you can upload to S3 is 0 bytes. Maximum size is 5 TB.