aws-cloudformation-ec2
skills-sh:giuseppe-trisciuoglio_developer-kit__aws-cloudformation-ec2
View source C
55/100 First Seen
Feb 18, 2026
Last Scanned
Feb 18, 2026
Findings
8
Score
55/100
HIGH 3
LOW 5
Findings (8)
HIGH NLP_CODE_MISMATCH L50
EC2Instance:
Type: AWS::EC2::Instance
Properties:
InstanceType: t3.micro
ImageId: !Ref AmiId
KeyName: !Ref KeyName
SecurityGroupIds:
- !Ref InstanceSecurityGroup
IamInsta... HIGH NLP_CODE_MISMATCH L693
Resources:
Ec2Instance:
Type: AWS::EC2::Instance
Properties:
ImageId: !Ref AmiId
InstanceType: !Ref InstanceType
KeyName: !Ref KeyName
SubnetId: !Ref SubnetId
S... HIGH NLP_CODE_MISMATCH L1226
AWSTemplateFormatVersion: 2010-09-09
Description: Complete EC2 stack with ALB, security groups, and IAM role
Parameters:
EnvironmentName:
Type: String
Default: production
LatestAmiId:
... LOW INDIRECT_010 L7
allowed-tools: Read, Write, Bash
LOW EXTDL_011 L63
yum install -y h LOW EXTDL_011 L707
yum install -y h LOW EXTDL_011 L1447
yum install -y h LOW EXTDL_009 L1593
pip install cf