This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cd / | |
$ du -sh * | |
4.0K jboss.sh | |
0 list.txt | |
4.0K log_rotation.sh | |
1.5G nohup.out | |
4.0K script.sh | |
4.0K stop_backup.sh | |
41M testdeploy | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) EC2 | |
Reference Link: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts.html | |
EC2 provides a lot of features using these resources: | |
BASICS: | |
-> Instances | |
-> AMIs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sync; echo 3 > /proc/sys/vm/drop_caches | |
swapoff -a && swapon -a |
NewerOlder