SOFTWARE ENGINEERING

SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS

AUTOMATED TESTING TOOLS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Where would you look to find pre-built templates for common AWS solutions?​
A
CodeDepot
B
AWS Quick Start
C
Git
D
Local Sharepoint repository
Explanation: 

Detailed explanation-1: -After forking and cloning a Quick Start repository, you can begin customizing it by modifying its AWS CloudFormation templates. Templates are stored in the /templates directory in a Quick Start repository.

Detailed explanation-2: -You can upload your own template, use a sample template that is provided by AWS or create a template in the designer. We have two options of providing the custom template, via an Amazon S3 URL (hosted on an S3 bucket) or uploading it directly to the AWS Console.

Detailed explanation-3: -AWS CloudFormation lets you model, provision, and manage AWS and third-party resources by treating infrastructure as code.

Detailed explanation-4: -The Resources section is the only required section. Some sections in a template can be in any order. However, as you build your template, it can be helpful to use the logical order shown in the following list because values in one section might refer to values from a previous section.

There is 1 question to complete.