You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to mock out the resources, and maybe some placeholders, around the technical challenge. This part will be what they do remotely, and during the technical interview, they will present this and ensure that it runs.
We should start with some of the basic AWS services:
EC2
S3
Route53
We want to build this in a way that should allow them to use existing IAM roles in the AWS account. We want to be sure and point these roles out in the challenge so that they know to use them while building this out.
Here are the high-level goals:
Have them set up an EC2 with an IAM role that gives them read and write access to all S3 buckets
Ensure that they create the EC2, S3 Bucket, and Route53 records with the expected parameters
Ensure that they can access the S3 bucket (just ensuring they assign the correct IAM role to the EC2)
Ensure that the Route53 records are created to use the correct subdomain specified in the requirements
Ensure they know that the code will be run during the interview
Desired Feature
We need to mock out the resources, and maybe some placeholders, around the technical challenge. This part will be what they do remotely, and during the technical interview, they will present this and ensure that it runs.
We should start with some of the basic AWS services:
We want to build this in a way that should allow them to use existing IAM roles in the AWS account. We want to be sure and point these roles out in the challenge so that they know to use them while building this out.
Here are the high-level goals:
Epic Checklist
The text was updated successfully, but these errors were encountered: