Skip to content

Commit

Permalink
Fixed instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Maitreya Ranganath committed May 25, 2022
1 parent 67ed40d commit 41f1cec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ To deploy the Lambda function ZIP file after making code changes, or to re-packa
1. Launch an Amazon Linux 2 x86 EC2 instance in your chosen AWS region, ensuring that you can log into the instance using SSH or Systems Manager Session Manager. Ensure the EC2 Instance Profile for this instance has permissions to upload objects to your S3 bucket, invoke CloudFormation APIs, create IAM Roles, and create Lambda functions.
1. SSH or start a Session Manager session to log into the EC2 instance.
1. Install the development tools group:
```
yum groupinstall development
```
1. Install Python 3.9 by building from the [source](https://www.python.org/downloads/source/). See [this post](https://computingforgeeks.com/how-to-install-python-on-amazon-linux/) for detailed instructions].
```
yum groupinstall development
```
1. Install Python 3.9 by building from the [source](https://www.python.org/downloads/source/). See [this post](https://computingforgeeks.com/how-to-install-python-on-amazon-linux/) for detailed instructions.
1. Clone this repository to the EC2 instance:
```
git clone https://github.com/aws-samples/aws-secrets-manager-ssh-key-rotation.git
Expand Down

0 comments on commit 41f1cec

Please sign in to comment.