mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2024-12-19 19:36:08 +00:00
20 lines
1.0 KiB
Markdown
20 lines
1.0 KiB
Markdown
# Cloud Security Resources
|
|
|
|
* [Cloud Security Resources from AWS](https://aws.amazon.com/security/security-resources/)
|
|
* [Penetration Testing in Microsoft Azure](https://docs.microsoft.com/en-us/azure/security/azure-security-pen-testing)
|
|
* [Penetration Testing in AWS](https://aws.amazon.com/security/penetration-testing/)
|
|
* [Penetration Testing in Google Cloud Platform](https://cloud.google.com/security/overview/)
|
|
* [Google Cloud Security Center](https://cloud.google.com/security/)
|
|
|
|
# Kali in AWS
|
|
Kali Linux is already available at Amazon's AWS marketplace at:
|
|
https://aws.amazon.com/marketplace/pp/B01M26MMTT
|
|
|
|
Important note from Amazon:
|
|
|
|
Once your instance is running, connect to it with your SSH private key using the "ec2-user" account. Don't forget to update your Kali instance to get the latest packages and bug fixes. Type as root (or sudo): apt update && apt dist-upgrade.
|
|
|
|
If you are performing penetration testing, please refer to the AWS Testing Request for more information. http://aws.amazon.com/security/penetration-testing/
|
|
|
|
|