My Public Notepad
Bits and bobs about computers and programming
Pages
(Move to ...)
Home
Software Engineering
Security
Data Science
Disclaimer
About
▼
Showing posts with label
EBS
.
Show all posts
Showing posts with label
EBS
.
Show all posts
Thursday, 3 November 2022
AWS EC2 Instance Root Device
›
We can launch a new EC2 instance with e.g.: $ aws ec2 run-instances \ --image-id ami-0179dbab9bb7ab8f7 \ --count 1 \ --instance-type t3....
›
Home
View web version