EC2 보안 그룹
Elastic Compute Cloud (EC2) 가상 프라이빗 클라우드(VPC) 보안 그룹
마지막 업데이트
도움이 되었나요?
Elastic Compute Cloud (EC2) 가상 프라이빗 클라우드(VPC) 보안 그룹
마지막 업데이트
도움이 되었나요?
도움이 되었나요?
{
"AccountId": "123456789012",
"Arn": "arn:aws:ec2:ap-northeast-2:123456789012:security-group/sg-1",
"Description": "default VPC security group",
"Id": "sg-1",
"IpPermissions": [
{
"FromPort": null,
"IpProtocol": "-1",
"IpRanges": null,
"Ipv6Ranges": null,
"PrefixListIds": null,
"ToPort": null,
"UserIdGroupPairs": [
{
"Description": null,
"GroupId": "sg-1",
"GroupName": null,
"PeeringStatus": null,
"UserId": "123456789012",
"VpcId": null,
"VpcPeeringConnectionId": null
}
]
}
],
"IpPermissionsEgress": [
{
"FromPort": null,
"IpProtocol": "-1",
"IpRanges": [
{
"CidrIp": "0.0.0.0/0",
"Description": null
}
],
"Ipv6Ranges": null,
"PrefixListIds": null,
"ToPort": null,
"UserIdGroupPairs": null
}
],
"Name": "default",
"OwnerId": "123456789012",
"Region": "ap-northeast-2",
"ResourceId": "arn:aws:ec2:ap-northeast-2:123456789012:security-group/sg-1",
"ResourceType": "AWS.EC2.SecurityGroup",
"Tags": null,
"TimeCreated": null,
"VpcId": "vpc-1"
}