package
0.0.0-20241219051000-1b651ca2cadf
Repository: https://github.com/powerkimhub/go-test.git
Documentation: pkg.go.dev
# README
-
install AWS-SDK for Go
- $go get github.com/aws/aws-sdk-go
-
create the Access Key of AWS-EC2
-
create the Credentials File
-
ref) https://docs.aws.amazon.com/ko_kr/sdk-for-go/v1/developer-guide/configuring-sdk.html
-
$vi $HOME/.aws/credentials
[default] aws_access_key_id = <YOUR_ACCESS_KEY_ID> aws_secret_access_key = <YOUR_SECRET_ACCESS_KEY>
-
-
download this test program
- $ go get github.com/powerkimhub/go-test
-
$ cd $GOPATH/src/github.com/powerkimhub/go-test/ec2_test
-
$ go build
-
$ ./ec2_test