31062/how-to-create-a-security-group-in-ec2-classic-using-aws-cli
Hello @Jino,
The command for creating security group is same just for ec2-classic you don't specify any vpc-id.
aws ec2 create-security-group --group-name "my-sg" --description "My security group" { "GroupId": "sg-0e6b6aac7ea732e69" }
You can use the following command to ...READ MORE
Hi@akhtar, You can create a new security group ...READ MORE
Hi@akhtar, You can create an Auto Scaling group with ...READ MORE
You can use the below command $ aws ...READ MORE
Hi, Here for the above mentioned IAM user ...READ MORE
With boto3, the S3 urls are virtual by default, ...READ MORE
versioning is enabled in your bucket. docs.aws.amazon.com/AmazonS3/latest/user-guide/….... the ...READ MORE
Use command : aws s3 presign s3://mybucket/abc_count.png you get ...READ MORE
You can use the following command:- C:\Users\priyj_kumar>aws s3api ...READ MORE
To create an Amazon VPC using AWS ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.