Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

SysOps Associate (Week 4)

Total questions: 5

Worksheet time: 4mins

Name
Class
Date
1.

You notice that requests sending from an EC2 instance to an RDS instance in the same VPC, but in another subnet, are being timed out. How do you troubleshoot this issue?

a)

Create a VPC flow log for the subnet where the RDS instance is launched

b)

Check CloudWatch metrics for the RDS instance

c)

Check OS level logs inside the RDS instance

d)

Check OS level logs inside the EC2 instance

2.

As an Architect, you have created a VPC with an IPv4 CIDR block 10.0.0.0/24 but now there is a requirement to host more resources in the same VPC. What is the most reliable way of doing this?

a)

Delete the existing subnets in the VPC and create new subnets in the VPC

b)

Create a new VPC and connect the old VPC with the new one

c)

Expand the existing VPC by adding a secondary CIDR to your current VPC

d)

There is no way of increasing the IP address range once the VPC has been setup

3.

You are working as an architect in your organisation. You have peered VPC A as requester and VPC B as accepter and both VPCs can communicate with each other. Now you want resources in both the VPCs to reach out to the internet but anyone on the internet should not be able to reach resources within both the VPCs.



Which of the below will achieve the desired outcome?

a)

Create a NAT Gateway in VPC A and route VPC B's outbound to VPC A's NAT Gateway

b)

Create an Internet Gateway in VPC A and route VPC B's outbound to VPC A's Internet Gateway

c)

Create NAT Gateways in both VPCs and configure routes for each VPC to use its own NAT Gateway

d)

Simply create a NAT Instance in VPC A. Nothing else is required.

4.

Which of the following sections in a CloudFormation template allows you to Reference resources located in S3 e.g. Lambda code?

a)

Parameters

b)

Conditions

c)

Resources

d)

Mappings

e)

Transform

5.

A user has created a CloudFormation stack that includes EC2 instances, ELB, Auto Scaling and RDS. While creating the stack, RDS failed to be created. What will CloudFormation do in this scenario?

a)

CloudFormation can never throw an error after launching services since it verifies all the steps prior to launching

b)

It will warn the user about the error and ask the user to manually create RDS

c)

Rollback all the changes and terminate all the created services

d)

It will wait for the user's input about the error and correct the mistake after the user's input