Skip to content

EcodeAS/benchmarking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Benchmarking Azure and AWS

For benchmarking Azure and AWS (Cloud storage and CPU intensive tasks such as image resizing, etc.)

Azure - How to use blob storage from PHP
https://azure.microsoft.com/en-us/documentation/articles/storage-php-how-to-use-blobs/

AWS SDK for PHP Documentation
http://docs.aws.amazon.com/aws-sdk-php/v3/guide/getting-started/

#Requirements AWS account

  • a VM instance (EC2 or a Elastic Beanstalk instance)
  • S3 storage with an empty bucket. (NB: Very important, since the script completely deletes the bucket contents)
  • API Key and Secret to the S3 account

Azure account

  • a VM instance (VM or a WebApp)
  • Blob storage account with an empty container. (NB: Very important, since the script completely deletes the container contents)
  • API Key to the Blob account

About

For benchmarking Azure and AWS (Cloud storage and CPU intensive tasks such as image resizing, etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages