AWS Security ChangesHomeSearch

AWS devopsagent documentation change

Service: devopsagent · 2026-02-10 · Documentation low

File: devopsagent/latest/userguide/getting-started-with-aws-devops-agent-getting-started-with-aws-devops-agent-using-aws-cdk.md

Summary

Fixed indentation in code blocks for CLI commands and CDK configuration examples

Security assessment

Changes are purely formatting/whitespace adjustments in code examples with no security implications mentioned or implied. No vulnerabilities or security features are referenced.

Diff

diff --git a/devopsagent/latest/userguide/getting-started-with-aws-devops-agent-getting-started-with-aws-devops-agent-using-aws-cdk.md b/devopsagent/latest/userguide/getting-started-with-aws-devops-agent-getting-started-with-aws-devops-agent-using-aws-cdk.md
index 9647745bb..dacaa2c4b 100644
--- a//devopsagent/latest/userguide/getting-started-with-aws-devops-agent-getting-started-with-aws-devops-agent-using-aws-cdk.md
+++ b//devopsagent/latest/userguide/getting-started-with-aws-devops-agent-getting-started-with-aws-devops-agent-using-aws-cdk.md
@@ -152,3 +152,3 @@ Verify your setup using the AWS CLI:
-      --agent-space-id <AGENT_SPACE_ID> \
-      --endpoint-url "https://api.prod.cp.aidevops.us-east-1.api.aws" \
-      --region us-east-1
+      --agent-space-id <AGENT_SPACE_ID> \
+      --endpoint-url "https://api.prod.cp.aidevops.us-east-1.api.aws" \
+      --region us-east-1
@@ -158,3 +158,3 @@ Verify your setup using the AWS CLI:
-      --agent-space-id <AGENT_SPACE_ID> \
-      --endpoint-url "https://api.prod.cp.aidevops.us-east-1.api.aws" \
-      --region us-east-1
+      --agent-space-id <AGENT_SPACE_ID> \
+      --endpoint-url "https://api.prod.cp.aidevops.us-east-1.api.aws" \
+      --region us-east-1
@@ -194,3 +194,3 @@ To add custom permissions to the agent space role, modify the inline policy in t
-      effect: Effect.ALLOW,
-      actions: ['your-custom-action:*'],
-      resources: ['*']
+      effect: Effect.ALLOW,
+      actions: ['your-custom-action:*'],
+      resources: ['*']
@@ -206,2 +206,2 @@ To create multiple agent spaces, instantiate additional `AgentSpace` constructs
-      name: 'SecondAgentSpace',
-      description: 'Second agent space for different environment'
+      name: 'SecondAgentSpace',
+      description: 'Second agent space for different environment'
@@ -217,4 +217,4 @@ To deploy the stack in a different account, ensure your CDK deployment role has
-      env: {
-        account: 'TARGET_ACCOUNT_ID',
-        region: 'us-east-1'
-      }
+      env: {
+        account: 'TARGET_ACCOUNT_ID',
+        region: 'us-east-1'
+      }