Skip to content

shatami/AWS_SysOps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

AWS SYSOPS Notes


EBS

When restoring a volume from a snapshot, maximum volume performance is not achieved until all blocks on the device have been read. This lesson discusses initializing EBS volumes and when we should use it. (either one can do):
  • sudo dd if=/dev/xvdf of=/dev/null bs=1M
  • sudo fio --filename=/dev/xvdf --rw=read --bs=128k --iodepth=32 --ioengine=libaio --direct=1 --name=volume-initialize
Need to have a backup done before create a read replica for an RDS

EC2


RDS


About

notes for AWS SysOps course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published