Project with some examples of how to work with the AWS using the AWS SDK for JavaScript in Node.js.
Examples of how to work with EC2 instances
- Create a Security Group ->
create-and-attach-security-group.jsfile - Create and persist the KeyPairs ->
create-and-attach-security-group.jsfile. - Create an instance ->
create-ec2-instance.jsfile. - Create the instance Tags ->
create-and-attach-security-group.jsfile.
- List instances ->
manage-ec2-instance.jsfile. - Terminate instances ->
manage-ec2-instance.jsfile. - Stop instances ->
stop-ec2-instance.jsfile.
- Create a AMI ->
create-ec2-ami.jsfile.
- Create a Launch configuration ->
create-launching-configuration.jsfile. - Create a Load Balancer ->
create-load-balancer.jsfile. - Create a Auto Scaling Group ->
create-auto-scaling.jsfile. - Create a Auto Scaling Group Policy ->
create-auto-scaling.jsfile.
- Detach and Attach volumes ->
reuse-ebs-volume.js
- Create a S3 bucket ->
create-s3-bucket.js - Upload some files to S3 ->
upload-s3-objects.js