diff --git a/frontend/src/features/integrations/components/setup/cloud/builders/aws.ts b/frontend/src/features/integrations/components/setup/cloud/builders/aws.ts index 4595f1ee8..9bb4aee7b 100644 --- a/frontend/src/features/integrations/components/setup/cloud/builders/aws.ts +++ b/frontend/src/features/integrations/components/setup/cloud/builders/aws.ts @@ -45,12 +45,6 @@ export const AWS_SECTIONS: CloudGuideSection[] = [ bodyKey: `${ROOT}.sections.cloudwatchConfig.body`, image: `${IMG}/cloud-watch-config.png`, }, - { - id: 'log-group', - titleKey: `${ROOT}.sections.logGroup.title`, - bodyKey: `${ROOT}.sections.logGroup.body`, - image: `${IMG}/trail-group.png`, - }, { id: 'permissions', titleKey: `${ROOT}.sections.permissions.title`,