Continue writing exercise 3.

This commit is contained in:
2023-12-20 01:20:21 +13:00
parent 67a5514cd4
commit 814b308637
3 changed files with 5 additions and 4 deletions

View File

@ -205,6 +205,8 @@ EOF
Now we're ready to kick off the mirror! This can take 5-15 minutes so this is a good time to go grab a coffee or take a short break:
> Note: If you're keen to see a bit more verbose output to track the progress of the mirror to disk process you can add the `-v 5` flag to the command below.
```bash
oc mirror --config imageset-config.yaml file:///mnt/high-side
```

View File

@ -36,7 +36,7 @@ echo $SG_ID
Once we know our subnet and security group ID's we can spin up our **High side** bastion server. Copy the commands below into your web terminal to complete this:
```bash
aws ec2 run-instances --image-id $BASTION_AMI_ID \
aws ec2 run-instances --image-id $(cat ami.txt) \
--count 1 \
--instance-type t3.large \
--key-name disco-key \
@ -46,11 +46,10 @@ aws ec2 run-instances --image-id $BASTION_AMI_ID \
--block-device-mappings "DeviceName=/dev/sdh,Ebs={VolumeSize=50}"
```
<Zoom>
|![workshop](/workshops/static/images/disconnected/security-group.gif) |
|![workshop](/workshops/static/images/disconnected/launch-bastion-ec2.gif) |
|:-----------------------------------------------------------------------------:|
| *Creating aws ec2 security group* |
| *Launching bastion ec2 instance* |
</Zoom>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB