AWS Organizations In this article, you will see you will see how to set up AWS Organizations and its features. You will also see some use cases, how to create users, how to attach policy on those users and how to create multiple users under one master account and attach different policy in different users. […]
Category Archives: Web Services
Consumer behavior is constantly changing. The more technological developments happen, the more ways customers get to interact with retailers. Customers are always right, they don’t just want to buy a product, they want to experience it. So, what is customer experience & how do we manage it? So, What is customer experience management? Customer Experience […]
SMBs in India have largely benefited from AWS (Amazon Web Service) adoption, because of platform configuration options, monitoring and policy features, security, and reliability.
Amazon Services or Amazon Web Services (AWS), as it is more popularly referred to as, is a subsidiary of Amazon. It provides on-demand cloud computing platforms to individuals, companies, and governments, on a paid subscription basis. The technology ensures that users have a virtual cluster of computers, available for use. Each AWS system also virtualizes […]
60% of the Business organizations today have their workload, at least a part of their workload, set up in the cloud. Ever thought Why? Cloud services, which were invented way back in the 1960s, came into popularity only in the early 20th century, especially with the launch of Amazon Web Services. These virtual environments devise […]
In the past series of articles on AWS Lambda, you have seen the following : How to set up Lambda on Amazon using Python How to use your Lambda function to call your External API How to call your Lambda function from a PHP application launched on an EC2 instance. In this article, you […]
If you want a small service that accesses database and performs certain operations such as returning data, you can use an AWS Lambda since it will cost you only when it is invoked.T his way, you will be paying less than an ec2 instance. In this tutorial, you will see how you can use […]
What is AWS EC2? Amazon Elastic Compute Cloud (EC2 ) is a service, that Amazon web services offers, that allow users to rent virtual computers on a public cloud, on which they can run their own computer applications. By using this service, developers can create instances of virtual computers and can configure the capacity scaling […]