queirozf.com
Navigation
Tags
Archive
Archive
Other Writing
Contact
Contact
About
About
QUEIROZF.COM
Home
Entries by tag:
ec2
Including child/synonym tags
AWS Examples: Change EC2 Instance Type without Losing Data
26 Jun 2021
aws
ec2
ebs
You can change the instance type for an EC2 instance by detaching the base volume (where the OS is installed), then re-attaching it to another instance (of the desired type) and then copying files manually on demand.
Read More ›
Connect to Jupyter Notebook Running on EC2 Instance
09 Dec 2017
jupyter
ec2
Spin up and connect to a Jupyter notebook running on a remote EC2 instance.
Read More ›
AWS Examples: Mounting an EBS Volume on a Linux EC2 Instance
27 Aug 2015
aws
ec2
ebs
Read More ›
Connecting to EC2 Instance (Ubuntu) via SSH - Best Practices, Reference and Troubleshooting
06 Jan 2014
ec2
ubuntu
ssh
keys
security
Read More ›
Amazon EC2 Server instance: adding a second user to access your instance
05 Aug 2012
ec2
ssh
How to add a second user that can log into your EC2 instance.
Read More ›
Change the hostname on your EC2 Server Instance
05 Aug 2012
server
ec2
ubuntu
Read More ›
Assign an Elastic-IP to an instance in Amazon EC2
06 May 2012
config
ec2
elastic-ip
aws
Read More ›