https://github.com/shintaro-abe/launchinstance-for-python
https://github.com/shintaro-abe/launchinstance-for-python
ansible aws boto3 ec2 lambda python userdata wordpress
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shintaro-abe/launchinstance-for-python
- Owner: Shintaro-Abe
- License: mit
- Created: 2023-05-22T18:52:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T10:37:55.000Z (over 2 years ago)
- Last Synced: 2025-06-24T23:03:59.411Z (8 months ago)
- Topics: ansible, aws, boto3, ec2, lambda, python, userdata, wordpress
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LaunchInstance-for-Python
## Boto3
### [get_caller_identity](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sts/client/get_caller_identity.html)
* __リクエスト__
```
response = client.get_caller_identity()
```
* __レスポンス__
```
{
'UserId': 'string',
'Account': 'string',
'Arn': 'string'
}
```