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

Introduction S3 and CloudWatch

Thiện
September 19, 2017

Introduction S3 and CloudWatch

Thiện

September 19, 2017
Tweet

More Decks by Thiện

Other Decks in Programming

Transcript

  1. Introduction to Amazon S3 and CloudWatch About me Thien Tran

    Duy PHP developer since 2012 Founder phanbook.com Loves open source development Evolable Asia Company [email protected] September 19, 2017 (Aucfan Lab) S3&CloudWatch September 19, 2017 1 / 10
  2. Summary There are certainly plenty of choices when it comes

    to store and monitor in the cloud such as MS Azure or Google Cloud. But in this topic we will discussion the Amazon Simple Storage Service and CloudWatch 1 What is Amazon S3 and CloudWatch 2 How to use it 3 Why using it 4 Conclusions (Aucfan Lab) S3&CloudWatch September 19, 2017 2 / 10
  3. Information What is Amazon S3? Amazon Simple Storage Service (Amazon

    S3) is a cloud object storage service design for high redundancy and high availability 1 Simple to upload and download via GUI and SDK and CLI (Aucfan Lab) S3&CloudWatch September 19, 2017 3 / 10
  4. Information What is Amazon S3? Amazon Simple Storage Service (Amazon

    S3) is a cloud object storage service design for high redundancy and high availability 1 Simple to upload and download via GUI and SDK and CLI 2 Reliable and cost effective (Aucfan Lab) S3&CloudWatch September 19, 2017 3 / 10
  5. Information What is Amazon S3? Amazon Simple Storage Service (Amazon

    S3) is a cloud object storage service design for high redundancy and high availability 1 Simple to upload and download via GUI and SDK and CLI 2 Reliable and cost effective 3 Hosting a static website with S3 (Aucfan Lab) S3&CloudWatch September 19, 2017 3 / 10
  6. Information What is Amazon S3? Amazon Simple Storage Service (Amazon

    S3) is a cloud object storage service design for high redundancy and high availability 1 Simple to upload and download via GUI and SDK and CLI 2 Reliable and cost effective 3 Hosting a static website with S3 4 Versioning for objects (Aucfan Lab) S3&CloudWatch September 19, 2017 3 / 10
  7. Information What is Amazon S3? Amazon Simple Storage Service (Amazon

    S3) is a cloud object storage service design for high redundancy and high availability 1 Simple to upload and download via GUI and SDK and CLI 2 Reliable and cost effective 3 Hosting a static website with S3 4 Versioning for objects 5 Fast and Secure (Aucfan Lab) S3&CloudWatch September 19, 2017 3 / 10
  8. Concept of an object store Back in the old days,

    data was managed as files in a hierarchy consisting of folders and files. The file was the representation of the data. In an object store, data is stored as objects (Aucfan Lab) S3&CloudWatch September 19, 2017 4 / 10
  9. How to use it We have many way to use

    Amazon S3 1 Exploring a Amazon S3 such as launching, connecting, etc (Aucfan Lab) S3&CloudWatch September 19, 2017 5 / 10
  10. How to use it We have many way to use

    Amazon S3 1 Exploring a Amazon S3 such as launching, connecting, etc 2 Monitoring and log a bucket (Aucfan Lab) S3&CloudWatch September 19, 2017 5 / 10
  11. How to use it We have many way to use

    Amazon S3 1 Exploring a Amazon S3 such as launching, connecting, etc 2 Monitoring and log a bucket 3 Enabling Cross-origin Resource Sharing (Aucfan Lab) S3&CloudWatch September 19, 2017 5 / 10
  12. How to use it We have many way to use

    Amazon S3 1 Exploring a Amazon S3 such as launching, connecting, etc 2 Monitoring and log a bucket 3 Enabling Cross-origin Resource Sharing 4 Securing Resources with Bucket Policies and IAM (Aucfan Lab) S3&CloudWatch September 19, 2017 5 / 10
  13. How to use it We have many way to use

    Amazon S3 1 Exploring a Amazon S3 such as launching, connecting, etc 2 Monitoring and log a bucket 3 Enabling Cross-origin Resource Sharing 4 Securing Resources with Bucket Policies and IAM 5 Managing Object Lifecycle to Lower the Cost (Aucfan Lab) S3&CloudWatch September 19, 2017 5 / 10
  14. Why you should choose it What is the most important

    advantage of using Amazon S3? Lets look at other ways you can benefit from using Amazon S3 1 Low cost: The charges are data storing and data transfer fees (Aucfan Lab) S3&CloudWatch September 19, 2017 6 / 10
  15. Why you should choose it What is the most important

    advantage of using Amazon S3? Lets look at other ways you can benefit from using Amazon S3 1 Low cost: The charges are data storing and data transfer fees 2 Reliable routing: This allows you to map a custom domain and route customers to your website with Route53 (Aucfan Lab) S3&CloudWatch September 19, 2017 6 / 10
  16. Why you should choose it What is the most important

    advantage of using Amazon S3? Lets look at other ways you can benefit from using Amazon S3 1 Low cost: The charges are data storing and data transfer fees 2 Reliable routing: This allows you to map a custom domain and route customers to your website with Route53 3 Data protection: Backup, Role security group, Encryption (Aucfan Lab) S3&CloudWatch September 19, 2017 6 / 10
  17. Why you should choose it What is the most important

    advantage of using Amazon S3? Lets look at other ways you can benefit from using Amazon S3 1 Low cost: The charges are data storing and data transfer fees 2 Reliable routing: This allows you to map a custom domain and route customers to your website with Route53 3 Data protection: Backup, Role security group, Encryption 4 Built for failure (reliability) (Aucfan Lab) S3&CloudWatch September 19, 2017 6 / 10
  18. Information What is Amazon CloudWatch? Amazon CloudWatch is a monitoring

    service for AWS cloud resources and the applications you run on AWS 1 Monitor Amazon EC2 (Aucfan Lab) S3&CloudWatch September 19, 2017 7 / 10
  19. Information What is Amazon CloudWatch? Amazon CloudWatch is a monitoring

    service for AWS cloud resources and the applications you run on AWS 1 Monitor Amazon EC2 2 Set Alarms and Send to Amazon SQS queues, Amazon SNS topics (Aucfan Lab) S3&CloudWatch September 19, 2017 7 / 10
  20. Information What is Amazon CloudWatch? Amazon CloudWatch is a monitoring

    service for AWS cloud resources and the applications you run on AWS 1 Monitor Amazon EC2 2 Set Alarms and Send to Amazon SQS queues, Amazon SNS topics 3 Scaling up and down auto-scaling the service AWS (Aucfan Lab) S3&CloudWatch September 19, 2017 7 / 10
  21. Information What is Amazon CloudWatch? Amazon CloudWatch is a monitoring

    service for AWS cloud resources and the applications you run on AWS 1 Monitor Amazon EC2 2 Set Alarms and Send to Amazon SQS queues, Amazon SNS topics 3 Scaling up and down auto-scaling the service AWS 4 View Graphs and Statistics (Aucfan Lab) S3&CloudWatch September 19, 2017 7 / 10
  22. Just watch my demo The terminology and concepts that are

    central to your understanding and use of CloudWatch Logs are described my demo:) (Aucfan Lab) S3&CloudWatch September 19, 2017 8 / 10
  23. In conclusion In the content above I have for give

    you some information about Amazon S3 and CloudWatch, I would suggest you to read the documents at Amazon S3 and Amazon CloudWatch Are you using Amazon S3 and CloudWatch or planning to use them? I would love to hear your opinion on the subject. (Aucfan Lab) S3&CloudWatch September 19, 2017 9 / 10