Amazon Web Services Website Hosting Fundamentals: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:


Topics related to setting up and managing a static website hosted by Amazon Web Services.
Topics related to setting up and managing a static website hosted by Amazon Web Services.
== Costs ==
The first year is free for many services that would allow you to become familiar with using AWS.
'''TODO:''' Confirm that stopping EC2 and RDS instances prevents being charged for them.
If turning off instances prevents being charged for usage of those services, then by all means, turn them off when not actively in use!!!


== AWS services ==
== AWS services ==

Revision as of 18:22, 18 November 2015

Overview

Topics related to setting up and managing a static website hosted by Amazon Web Services.

Costs

The first year is free for many services that would allow you to become familiar with using AWS.

TODO: Confirm that stopping EC2 and RDS instances prevents being charged for them.

If turning off instances prevents being charged for usage of those services, then by all means, turn them off when not actively in use!!!

AWS services

  • EC2 - virtual application server; service for web applications
  • RDS - Amazon Relational Database Service supports database servers
  • IAM
    • manages accounts used to access the application server via ssh
    • manages roles defining credentials for software running on EC2 instances[1] [2]

Notes

Resources

References

  1. IAM Roles for Amazon EC2 - Amazon EC2 User Guide for Linux Instances
  2. Roles (Delegation and Federation) - IAM User Guide