Skip to content

Commit

Permalink
Merge pull request #113 from konstruktoid/aws
Browse files Browse the repository at this point in the history
update AWS example
  • Loading branch information
konstruktoid authored Oct 10, 2023
2 parents 3f8f3e2 + f0b3ea7 commit 84b9e9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Ensure that the correct `release` and `aws_region` are set in
Amazon Machine Image.

```sh
export AWS_ACCESS_KEY_ID="<YOUR_AWS_ACCESS_KEY_ID>"
export AWS_SECRET_ACCESS_KEY="<YOUR_AWS_SECRET_ACCESS_KEY>"
packer init -upgrade -var-file ubuntu-aws-vars.json ubuntu-hardened-aws.pkr.hcl
packer validate -var-file ubuntu-aws-vars.json ubuntu-hardened-aws.pkr.hcl
packer build -timestamp-ui -var-file ubuntu-aws-vars.json ubuntu-hardened-aws.pkr.hcl
Expand Down

0 comments on commit 84b9e9a

Please sign in to comment.