Posts

What is Amazon CloudFront?

Image
Amazon CloudFront Amazon CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, applications and APIs to customers around the world, with low latency and high transfer speeds, all in a . developer user-friendly environment. CloudFront China has Edge locations in Beijing, Shanghai, Zhongwei, and Shenzhen. These four Edge locations are connected by a private network directly to the AWS China (Beijing) Region operated by Sinnet and the AWS China (Ningxia) Region operated by NWCD for rapid delivery of content to viewers in China. CloudFront works seamlessly with services, including AWS Shield Standard for DDoS Mitigation and Amazon S3, Elastic Load Balancing, or Amazon EC2 as sources for your applications. You can get started with the content delivery network in minutes, using the AWS tools you already know: API, AWS Management Console, Command Line Interface (CLI), and SDK. The Amazon CDN offers a simple pricing model peruse, with n

What is AWS?

Image
What is AWS? Amazon Web Services (or AWS) is a comprehensive cloud platform from the e-commerce giant Amazon. It provides software as a service (SaaS), platform as a service (PaaS), and infrastructure as a service (IaaS). To understand AWS logic, think about the evolution of electricity supply. Initially, factories built their own plants to supply their facilities. Over time, governments and private investors built large plants that would supply electricity to various cities, factories, and homes. With this new model, factories would pay much less per unit of energy, thanks to the economies of scale of large power plants. AWS was designed and grew based on similar logic. In 2006, Amazon had positioned itself as the world's leading online retailer, a place it still maintains today. Continuous execution of such a massive operation required an extensive and sophisticated infrastructure. This provided Amazon with in-depth knowledge of managing large-scale networks and server s

What is AWS Lambda?

Image
What is AWS Lambda? AWS Lambda is a serverless computing service that executes your code in response to events and automatically manages the underlying computing resources for you. You can use AWS Lambda to extend other AWS services with custom logic, or create your own back-end services that operate on AWS scale, performance, and security. AWS Lambda can automatically execute code in response to various events, such as HTTP requests through the Amazon API Gateway, modifications to cubed objects in Amazon S3, table updates in Amazon DynamoDB, and state transitions in AWS Step Functions. Lambda runs your code on a highly available computing infrastructure and performs all the management of computing resources, including server and operating system maintenance, capacity provisioning and automatic escalation, deployment of security and code patches, and code monitoring and registration. All you need to do is provide the code. AWS Lambda Functions The code that you run on AW