Upgrade to Pro — share decks privately, control downloads, hide ads and more …

AWS small talk

AWS small talk

simple talking of how we use amazon aws services for our rails application

Jimmy Huang

December 01, 2016
Tweet

More Decks by Jimmy Huang

Other Decks in Programming

Transcript

  1. EC2 Amazon Elastic Compute Cloud (Amazon EC2) is a web

    service that provides resizable compute capacity in the cloud. It is designed to make web-scale cloud computing easier for developers. Virtual Servers, scalable computing capacity
  2. EBS Amazon Elastic Block Store (Amazon EBS) provides persistent block

    storage volumes for use with Amazon EC2 instances in the AWS Cloud. Each Amazon EBS volume is automatically replicated within its Availability Zone to protect you from component failure, offering high availability and durability. EBS is mountable storage; it can be mounted as a device to an EC2 instance. Multiple EBS “drives” can be mounted to one EC2 instance, and they can be then striped and/or mirrored into a larger volume using software RAID Hard driver
  3. EC2 for Arcane 3 instances Host in eu-west (Ireland) Benchmark

    by sysbench (CPU, IO) Web performance bench by apache & ab
  4. S3 Amazon S3 (Simple Storage Service) is an web service

    offered by Amazon Web Services. Amazon S3 provides storage through web services interfaces (REST, SOAP, and BitTorrent). Public folder on cloud
  5. CloudFront Amazon CloudFront is a content delivery network (CDN) offered

    by Amazon Web Services. Content delivery networks provide a globally-distributed network of proxy servers which cache content, such as web videos or other bulky media, more locally to consumers, thus improving access speed for downloading this content.
  6. SES Amazon Simple Email Service (Amazon SES) is a cost-

    effective email service built on the reliable and scalable infrastructure that Amazon.com developed to serve its own customer base. Email service, send and receive email
  7. Back up your database to S3 (use Backup gem) https://github.com/damm/backup

    backup perform -t arcane_local_backup -r /home/jimmy/Backup