Question : When you are trying to delete default security group, what would happen in AWS VPC 1. Successfully deleted 2. It will be delted, but immediately another default one would be created without any rule. 3. you'll get the following error: Client.CannotDelete: the specified group: "sg-51530134" name: "default" cannot be deleted by a user. 4. Successfully deleted, with warning.
Correct Answer : 3 Explanation: You can change the rules for the default security group.
You can't delete a default security group. If you try to delete the default security group, you'll get the following error: Client.CannotDelete: the specified group: "sg-51530134" name: "default" cannot be deleted by a user.
Question : AWS VPC automatically comes with a modifiable default network ACL, select the correct statement for this default ACL. 1. it allows all inbound and outbound traffic. 2. it allows all inbound traffic only. 3. it allows all outbound traffic only. 4. it would not allow all inbound and outbound traffic.
Correct Answer : 1 Explanation: The following are the basic things that you need to know about network ACLs:
A network ACL is a numbered list of rules that we evaluate in order, starting with the lowest numbered rule, to determine whether traffic is allowed in or out of any subnet associated with the network ACL. The highest number that you can use for a rule is 32766. We suggest that you start by creating rules with rule numbers that are multiples of 100, so that you can insert new rules where you need to later on.
A network ACL has separate inbound and outbound rules, and each rule can either allow or deny traffic.
Your VPC automatically comes with a modifiable default network ACL; by default, it allows all inbound and outbound traffic.
You can create custom network ACLs; each custom network ACL starts out closed (permits no traffic) until you add a rule.
Each subnet must be associated with a network ACL; if you don't explicitly associate a subnet with a network ACL, the subnet is automatically associated with the default network ACL.
Network ACLs are stateless; responses to allowed inbound traffic are subject to the rules for outbound traffic (and vice versa).
Question : Consider the following policy definition.
Select the correct statement which applies. 1. policy grants users permission to list your VPCs and their components. They can create, update, or delete them. 2. policy grants users permission to list your VPCs and their components. They can't create, update, or delete them. 3. policy grants users permission to list your VPCs and their components. They can create, update, but cant delete them. 4. grants users permission to launch instances, stop instances, start instances, terminate instances, and describe the available resources for Amazon EC2 and Amazon VPC.
Correct Answer : 2 Explanation:The policy grants users permission to list your VPCs and their components. They can't create, update, or delete them..
1. Copy the data to Amazon S3 using multiple threads and multi-part upload for large files over the weekend, and work in parallel with your developers to reconfigure the replicated application environment to leverage Amazon S3 to serve the engineering files. 2. Sync the application data to Amazon S3 starting a week before the migration, on Friday morning perform a final sync, and copy the entire data set to your AWS file server after the sync completes. 3. Access Mostly Uused Products by 50000+ Subscribers EBS volume, mount the resulting EBS volume to your AWS file server on Sunday. 4. Leverage the AWS Storage Gateway to create a Gateway-Stored volume. On Friday copy the application data to the Storage Gateway volume. After the data has been copied, perform a snapshot of the volume and restore the volume as an EBS volume to be attached to your AWS file server on Sunday.