Explanation: To attach an Amazon EBS volume to an instance using the command line, you can use one of the following commands: attach-volume (AWS CLI) ec2-attach-volume (Amazon EC2 CLI) Add-EC2Volume (AWS Tools for Windows PowerShell)
Question : Custom resources are special AWS CloudFormation resources that provide a way for a template developer ______________. 1. To include any AWS resources in an AWS CloudFormation stack 2. To define new template file format for AWS resources in an AWS CloudFormation 3. Access Mostly Uused Products by 50000+ Subscribers 4. To include non-AWS resources in an AWS CloudFormation stack
Explanation: Custom resources are special AWS CloudFormation resources that provide a way for a template developer to include non-AWS resources in an AWS CloudFormation stack. The custom resource provider can be either a template developer or a separate third-party resource provider.
Question :
Which of the parameters given below is not a part of the parameter list when the user has clicked "Enable Website Hosting" in the AWS S3 console under "Static Website Hosting"?
Explanation: The user can host a static website on AWS S3 by storing the site content on the bucket. In the bucket properties, the user has to select the "Static Website Hosting" option. In the three options available select "Enable Website Hosting". The configuration includes the following: Index document: A default page which is loaded when the website is accessed.Error document: The page which S3 will return when there is a 4XX error.Redirects all requests: The user can create two buckets: one with rootdomain.com and another with www.rootdomain.com. The user can set the forwarding rules in either of the bucket. Thus, when one bucket is accessed it will redirect the request to the other bucket. The bucket name is never part of the configuration list as the website hosting configuration is done for a particular bucket and the config field cannot have the name again as a parameter.
1. Create a second, independent LDAP server in AWS for your application to use for authentication 2. Establish a VPN connection so your applications can authenticate against your existing on-premises LDAP servers 3. Access Mostly Uused Products by 50000+ Subscribers replica for authentication. 4. Create a second LDAP domain on AWS establish a VPN connection to establish a trust relationship between your new and existing domains and use the new domain for authentication
1. EC2-Classic security groups allow you to add inbound and outbound traffic rules. 2. EC2-Classic allows you to change an instance's security group. 3. Access Mostly Uused Products by 50000+ Subscribers 4. None of the above