UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 0946d1a9 authored by Branden Cobb's avatar Branden Cobb
Browse files

Merge branch 'jasonkrause-master-patch-91219' into 'master'

Update development-environment.md

See merge request platform-one/big-bang/bigbang!369
parents 134caef3 fcce70aa
No related branches found
No related tags found
1 merge request!369Update development-environment.md
......@@ -12,7 +12,7 @@ There are 2 methods to create a remote k3d cluster. Manually or with IaC/CaC cod
- [AWS GovCloud "coder" account](https://927962728993.signin.amazonaws-us-gov.com/console)
- [BigBang repository](https://repo1.dso.mil/platform-one/big-bang/bigbang)
- [Iron Bank registry](https://registry1.dsop.io)
- [Iron Bank registry](https://registry1.dso.mil/)
### Utilities installed on local workstation
......@@ -294,7 +294,7 @@ DATETIME=$( date +%Y%m%d%H%M%S )
# A security group acts as a virtual firewall for your instance to control inbound and outbound traffic.
aws ec2 create-security-group \
--group-name $AWSUSERNAME \
--description "Created by $AWSUSERNAME at $DATETIME" \
--description "Created by $AWSUSERNAME at $DATETIME"
# Get public IP
YOURLOCALPUBLICIP=$( curl https://checkip.amazonaws.com )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment