@@ -10,7 +10,7 @@ Managing the lifecycle of cloud resources is a critical aspect of platform engin
10
10
## Day 2 tasks
11
11
12
12
Day 2 management includes tasks such as:
13
- - ** Scaling resources** up or down based on demand
13
+ - [ ** Scaling resources** ] ( #scaling-resources-up-or-down-based-on-demand ) up or down based on demand
14
14
- [ View ECS tasks and scale on-demand] ( /guides/all/manage-and-visualize-ecs-tasks )
15
15
- [ Scale Autoscaling Groups] ( /guides/all/manage-and-visualize-aws-autoscaling-groups )
16
16
- [ Start an EC2 Instance] ( /guides/all/visualize-and-manage-aws-ec2-instances#start-an-ec2-instance )
@@ -24,15 +24,15 @@ Day 2 management includes tasks such as:
24
24
25
25
<img src="/img/guides/ecsTaskDashboard2.png" alt="ECS Task Example" width="100%" style={{border: "1px solid #ddd", borderRadius: "4px", marginBottom: "1.5rem"}} />
26
26
27
- - ** Patching and updating** software or configurations
27
+ - [ ** Patching and updating** ] ( #patching-and-updating-software-or-configurations ) software or configurations
28
28
- [ Toggle a Feature Flag] ( /guides/all/manage-and-visualize-your-launchdarkly-feature-flags#toggle-a-feature-flag )
29
29
- [ Archive a Feature Flag] ( /guides/all/manage-and-visualize-your-launchdarkly-feature-flags#archive-a-feature-flag )
30
30
- [ Add Tags to an EKS Cluster] ( /guides/all/manage-your-eks-clusters#add-tags-to-an-eks-cluster )
31
31
- [ Rollback ArgoCD Deployment] ( /guides/all/rollback-argocd-deployment/ )
32
32
33
33
<img src="/img/guides/launchDarklyDashboard2.png" alt="Launch Darkly Example" width="100%" style={{border: "1px solid #ddd", borderRadius: "4px", marginBottom: "1.5rem"}} />
34
34
35
- - ** Restarting or Resyncing** to resolve issues
35
+ - [ ** Restarting or Resyncing** ] ( #restarting-or-resyncing-to-resolve-issues ) to resolve issues
36
36
- [ Manage Kubernetes deployments] ( /guides/all/manage-your-kubernetes-deployment/ )
37
37
- [ Reboot an EC2 Instance] ( /guides/all/visualize-and-manage-aws-ec2-instances#reboot-an-ec2-instance )
38
38
- [ Reboot RDS instances] ( /guides/all/visualize-your-aws-storage-configuration#reboot-an-rds-instance )
@@ -43,7 +43,7 @@ Day 2 management includes tasks such as:
43
43
44
44
<img src="/img/guides/ec2Dashboard2.png" alt="Reboot EC2 Instance Example" width="100%" style={{border: "1px solid #ddd", borderRadius: "4px", marginBottom: "1.5rem"}} />
45
45
46
- - ** Decommissioning or archiving** resources when they're no longer needed
46
+ - [ ** Decommissioning or archiving** ] ( #decommissioning-or-archiving-resources-when-theyre-no-longer-needed ) resources when they're no longer needed
47
47
- [ Terminate an EC2 Instance] ( /guides/all/visualize-and-manage-aws-ec2-instances#terminate-an-ec2-instance )
48
48
- [ Delete an RDS instance] ( /guides/all/visualize-your-aws-storage-configuration#delete-an-rds-instance )
49
49
- [ Delete a Kubernetes namespace] ( /guides/all/manage-kubernetes-namespaces )
@@ -52,18 +52,18 @@ Day 2 management includes tasks such as:
52
52
53
53
<img src="/img/guides/eksClusterDashboard.png" alt="Launch Darkly Example" width="100%" style={{border: "1px solid #ddd", borderRadius: "4px", marginBottom: "1.5rem"}} />
54
54
55
- - ** Monitoring usage and health** to detect issues early
55
+ - [ ** Monitoring usage and health** ] ( #monitoring-usage-and-health-to-detect-issues-early ) to detect issues early
56
56
- [ Monitor and Purge SQS queues] ( /guides/all/manage-and-visualize-aws-sqs-queues#purge-an-sqs-queue )
57
57
- [ Redrive messages from a DLQ] ( /guides/all/manage-and-visualize-aws-sqs-queues#redrive-messages-from-dlq )
58
58
59
59
<img src="/img/guides/sqsQueueDashboard2.png" alt="SQS Management Example" width="100%" style={{border: "1px solid #ddd", borderRadius: "4px", marginBottom: "1.5rem"}} />
60
60
61
- - ** Rotating secrets and credentials** to mitigate risks
61
+ - [ ** Rotating secrets and credentials** ] ( #rotating-secrets-and-credentials-to-mitigate-risks ) to mitigate risks
62
62
- [ Renew an ACM Certificate] ( /guides/all/manage-and-visualize-acm-certificates#renew-an-acm-certificate )
63
63
64
64
<img src="/img/guides/acmDashboard2.png" alt="ACM Example" width="100%" style={{border: "1px solid #ddd", borderRadius: "4px", marginBottom: "1.5rem"}} />
65
65
66
- - ** Identify Security Misconfigurations** in your cloud environments
66
+ - [ ** Identify Security Misconfigurations** ] ( #identify-security-misconfigurations-in-your-cloud-environments ) in your cloud environments
67
67
- [ Find Issues in your AWS Storage Configuration] ( /guides/all/visualize-your-aws-storage-configuration/ )
68
68
69
69
<img src="/img/guides/awsStorageAndSecurityDashboard.png" alt="AWS Storage and Security Example" width="100%" style={{border: "1px solid #ddd", borderRadius: "4px", marginBottom: "1.5rem"}} />
0 commit comments