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

[Feat]: Mock out the EC2 requirements #3

Open
Tracked by #1
mwallert opened this issue Apr 29, 2022 · 0 comments
Open
Tracked by #1

[Feat]: Mock out the EC2 requirements #3

mwallert opened this issue Apr 29, 2022 · 0 comments
Labels
feature New feature or change that directly affects users

Comments

@mwallert
Copy link
Contributor

Is your feature request related to a problem? Please describe.

We need to create a mock, and maybe some placeholders, for what we want them to complete in the technical challenge. This part will be the take-home portion, that they will complete remotely.

Here are the high-level requirements for this challenge to be completed:

  1. Create an EC2 instance with only port 22 open to their IP address
  2. Create a PEM key they can use with the instance

Describe the solution you'd like.

The EC2 should include the following specifications:

Size: t3.micro
Security Group: only Port 22 is open to their home IP address
Storage: 10gb Standard SSD
IAM Role: arn:aws:iam::961064903225:role/S3ReadWrite
VPC: Default (public subnet)
PEM: Create a new one for the challenge

This should also follow the same issue that is set for the challenge

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or change that directly affects users
Projects
None yet
Development

No branches or pull requests

2 participants