AWS cross accounts access S3 buckets


When working on AWS cross accounts S3 access, I found out that - Only s3:CreateBucket, s3:ListAllMyBuckets and s3:GetBucketLocation 3 actions are allowed to set relative-id of Resource to "*". For all other bucket actions, you must specify a bucket name. E.g If I want to allow a user from account B to put objects into … Continue reading AWS cross accounts access S3 buckets

Advertisement

Install Evernote and Gdrive client in Ubuntu


Evernote and GDrive are my two favourite Cloud tools. Unfortunately, either of them currently has the official client. But there are a couple unofficial clients which work well in Ubunu. Nevernote and Everpad are for Evernote, Grive and Insync are for GDrive. Personally, I prefer Nevernote and Grive.How to install Nevernote in Ubuntu:sudo add-apt-repository ppa:vincent-c/nevernotesudo apt-get … Continue reading Install Evernote and Gdrive client in Ubuntu