Tag: Cloudwatch
-
How to install Cloudwatch in Kubernetes

Step 1: Create a namespace for CloudWatch Step 2: Create a service account in the cluster Step 3: Create a ConfigMap for the CloudWatch agent Download the ConfigMap YAML to your kubectl client host by running the following command: Change the Cluster Name Step 4: Deploy the CloudWatch agent as a DaemonSet Validate that the agent is…
-
How to Install Cloudwatch agent in Ubuntu
Create an IAM role, Make sure that AWS service is selected under Select type of trusted entity. For Choose a use case, choose EC2 under Common use cases, Choose Next: Permissions. In the list of policies, select CloudWatchAgentServerPolicy & create an IAM role. Now attach an IAM role with EC2 Instance. Go to EC2 — Select Instance…
