Continue writing exercise 3.
This commit is contained in:
@ -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:
|
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
|
```bash
|
||||||
oc mirror --config imageset-config.yaml file:///mnt/high-side
|
oc mirror --config imageset-config.yaml file:///mnt/high-side
|
||||||
```
|
```
|
||||||
|
|||||||
@ -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:
|
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
|
```bash
|
||||||
aws ec2 run-instances --image-id $BASTION_AMI_ID \
|
aws ec2 run-instances --image-id $(cat ami.txt) \
|
||||||
--count 1 \
|
--count 1 \
|
||||||
--instance-type t3.large \
|
--instance-type t3.large \
|
||||||
--key-name disco-key \
|
--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}"
|
--block-device-mappings "DeviceName=/dev/sdh,Ebs={VolumeSize=50}"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
<Zoom>
|
<Zoom>
|
||||||
| |
|
| |
|
||||||
|:-----------------------------------------------------------------------------:|
|
|:-----------------------------------------------------------------------------:|
|
||||||
| *Creating aws ec2 security group* |
|
| *Launching bastion ec2 instance* |
|
||||||
</Zoom>
|
</Zoom>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
BIN
public/static/images/disconnected/launch-bastion-ec2.gif
Normal file
BIN
public/static/images/disconnected/launch-bastion-ec2.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
Reference in New Issue
Block a user