How to Create Resource Access Manager on Amazon Web Service(AWS).

AWS Resource Access Manager (RAM) is a service that enables you to easily and securely share AWS resources with any AWS account or within your AWS Organization.You can share AWS Transit Gateways, Subnets, AWS License Manager configurations, and Amazon Route 53 Resolver rules resources with RAM. Login to aws portal. Click on Services.     …

How to Create IAM User,Role & policy on Amazon Web Service(AWS).

AWS Identity and Access Management (IAM) enables you to manage access to AWS services and resources securely. Using IAM, you can create and manage AWS users and groups, and use permissions to allow and deny their access to AWS resources. IAM is a feature of your AWS account offered at no additional charge. Identity and …

How to Create CloudTrail on Amazon Web Service(AWS).

AWS CloudTrail is a service that enables governance, compliance, operational auditing, and risk auditing of your AWS account.In addition, you can use CloudTrail to detect unusual activity in your AWS accounts. CloudTrail captures actions made directly by the user or on behalf of the user by an AWS service. For example, an AWS CloudFormation CreateStack …

How to Create & Configure CloudWatch dashboard on Amazon Web Service(AWS).

Amazon CloudWatch is a monitoring and management service that provides data and actionable insights for AWS, hybrid, and on-premises applications and infrastructure resources. With CloudWatch, you can collect and access all your performance and operational data in form of logs and metrics from a single platform. Amazon CloudWatch is basically a metrics repository. An AWS …

How to Create Cloud9 Environment on Amazon Web Service(AWS).

AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a browser. It includes a code editor, debugger, and terminal. Cloud9 comes prepackaged with essential tools for popular programming languages, including JavaScript, Python, PHP, and more, so you don’t need to install files or configure …