draw / aws-tool-kit-bundle
[BETA] This bundle offer a few AWS tool for symfony.
Installs: 10 083
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- aws/aws-sdk-php: ^3.171
- symfony/console: ^4.4 || ^5.4
- symfony/css-selector: ^4.4 || ^5.4
- symfony/framework-bundle: ^4.4 || ^5.4
Requires (Dev)
- draw/tester-bundle: ^0.7.59
- phpunit/phpunit: ^8.0 || ^9.0
- sensio/framework-extra-bundle: ^5.6 || ^6.2
- symfony/yaml: ^4.4 || ^5.4
Suggests
- aws/aws-sdk-php-symfony: To configure aws-sdk-php into symfony
Conflicts
- dev-master / 0.8.x-dev
- 0.7.59
- 0.7.58
- 0.7.57
- 0.7.56
- 0.7.54
- 0.7.53
- v0.7.52
- v0.7.51
- v0.7.50
- v0.7.49
- v0.7.48
- v0.7.47
- v0.7.46
- v0.7.45
- v0.7.44
- v0.7.43
- v0.7.42
- v0.7.41
- v0.7.40
- v0.7.39
- v0.7.38
- v0.7.37
- v0.7.36
- v0.7.35
- v0.7.34
- v0.7.33
- v0.7.32
- v0.7.31
- v0.7.30
- v0.7.29
- v0.7.28
- v0.7.27
- v0.7.26
- v0.7.25
- v0.7.24
- v0.7.23
- v0.7.22
- 0.7.21
- v0.7.20
- v0.7.19
- v0.7.18
- v0.7.17
- v0.7.16
- v0.7.15
- v0.7.14
- v0.7.13
- v0.7.12
- v0.7.11
- v0.7.10
- v0.7.9
- v0.7.8
- v0.7.7
- v0.7.6
- v0.7.5
- v0.7.4
- v0.7.3
- v0.7.2
- v0.7.1
- v0.7.0
- v0.6.0
- v0.5.23
- 0.5.22
- v0.5.21
- v0.5.20
- v0.5.19
- v0.5.18
- v0.5.17
- v0.5.16
- v0.5.15
- v0.5.14
- v0.5.13
- v0.5.12
- v0.5.11
- v0.5.10
- v0.5.9
- v0.5.8
- 0.5.7
- 0.5.6
- 0.5.5
- 0.5.4
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- dev-packages-git-actions
This package is auto-updated.
Last update: 2024-11-06 23:02:34 UTC
README
Multiple tools related to Aws infrastructure.
draw:aws:cloud-watch-logs:download
Allow to download a cloud watch log locally.
A user case would be to download slow query log from a rds cluster and aggregate them locally
bin/console draw:aws:cloud-watch-logs:download /aws/rds/cluster/prod-dbcluster/slowquery prod-1 ./tmp/slow-log.log
bin/console draw:aws:cloud-watch-logs:download /aws/rds/cluster/prod-dbcluster/slowquery prod-2 ./tmp/slow-log.log --fileMode=a+
--aws-newest-instance-role
Allowing to ignore a command if it's not the newest instance in a pool of instance base on it's role.
Sometime it's complex to configure cron that should be executed only on one instance in a pool of server that are auto scaling. A good way to do that is to check if the current instance is the newest one, that way only one instance can be the newest at a specific time.
bin/console acme:purge-database --aws-newest-instance-role=prod