Showing posts with label and AWS CloudFormation. Show all posts
Showing posts with label and AWS CloudFormation. Show all posts

Wednesday, March 16, 2022

Amazon S3 Cross-Region Replication

What is Amazon S3?

Amazon Simple Storage Service (Amazon S3) is a scalable, high-speed, web-based cloud storage service. The service is designed for online backup and archiving of data and applications on Amazon Web Services (AWS). Amazon S3 was designed with a minimal feature set and created to make web-scale computing easier for developers.

Monday, December 13, 2021

What is AWS S3 Intelligent-Tiering?

 What is AWS S3 Intelligent-Tiering

S3 Intelligent-Tiering is an Amazon S3 storage class that analyzes an AWS user's stored data and automatically moves it between storage tiers based on usage frequency. It is designed to optimize storage costs for data with irregular or unknown access patterns.


Here is a full Demonstration video on AWS S3 Intelligent-Tiering👇





S3 Intelligent-Tiering features

A user can access S3 Intelligent-Tiering through the AWS Management Console, command-line interface, or S3 API. He or she can select this storage class when data is uploaded to S3, or move existing data into this class from another class. Lifecycle rules can also be established to transition data to another storage class, such as Amazon S3 Glacier, after a designated period.
The service monitors and predicts user behavior to determine the tier in which it will store data. Those predictions are the output of machine learning algorithms AWS built to analyze data traffic patterns across the trillions of objects stored in S3.
S3 Intelligent-Tiering is one of several S3 storage options designed around accessibility demands. S3 Intelligent-Tiering is not recommended for a user who knows data access patterns well.

Tuesday, February 26, 2019

Aws news update

AWS RoboMaker now supports new languages, tagging, and AWS CloudFormation

AWS RoboMaker makes it easy to develop, test, and deploy intelligent robotics applications at scale. Today we have added support for nine new languages in the RoboMaker Console, including French, Korean, Simplified and Traditional Chinese, Japanese, German, Italian, Spanish, and Brazilian Portuguese. In addition, RoboMaker is now integrated with tagging and AWS CloudFormation for easy resource management and creation. You can now use tags to allocate cost and control access for RoboMaker resources such as robot applications, simulation applications, simulation jobs, robots, and fleets. You can now also use CloudFormation to easily create RoboMaker resources such as robot applications, simulation applications, robots, and fleets.

AWS RoboMaker is available in US East (N. Virginia), US West (Oregon), and EU (Ireland) regions. To get started, run a sample simulation job in the RoboMaker console or explore the RoboMaker webpage.  

https://aws.amazon.com/about-aws/whats-new/2019/02/robomaker-now-supports-new-languages-tagging-and-cloudformation/

Top ChatGPT Prompts for DevOps Engineers

  As a DevOps engineer, your role involves juggling complex tasks such as automation, infrastructure management, CI/CD pipelines, and troubl...