Skip to content

Commit

Permalink
no vpc option added
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigues committed Mar 11, 2021
1 parent bfb5460 commit eeb7662
Show file tree
Hide file tree
Showing 3 changed files with 607 additions and 4 deletions.
5 changes: 5 additions & 0 deletions docs/deployment_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ aws ssm put-parameter --name "/mri-sched/dbpwd_ec2" --value "DATABASEPWD" --type
sam deploy -g --capabilities CAPABILITY_IAM CAPABILITY_AUTO_EXPAND CAPABILITY_NAMED_IAM
```

To deploy the solution into an existent VPC please use the following command:
```bash
sam deploy -g -t template-novpc.yaml --capabilities CAPABILITY_IAM CAPABILITY_AUTO_EXPAND CAPABILITY_NAMED_IAM
```

3. Provide the stack name, region and the key-pair name. For all the other questions, please accept the default answers or select *Y*. Below an example:

```
Expand Down
Loading

0 comments on commit eeb7662

Please sign in to comment.