Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[epic]: Mock out the take-home technical parts of the challenge project #1

Open
1 task
mwallert opened this issue Apr 29, 2022 · 0 comments
Open
1 task
Assignees

Comments

@mwallert
Copy link
Contributor

mwallert commented Apr 29, 2022

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:

  1. EC2
  2. S3
  3. 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:

  1. Have them set up an EC2 with an IAM role that gives them read and write access to all S3 buckets
  2. Ensure that they create the EC2, S3 Bucket, and Route53 records with the expected parameters
  3. Ensure that they can access the S3 bucket (just ensuring they assign the correct IAM role to the EC2)
  4. Ensure that the Route53 records are created to use the correct subdomain specified in the requirements
  5. Ensure they know that the code will be run during the interview

Epic Checklist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants