4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 8 / 8
Newer►
156 results tagged aws x
  • EC2 — Boto 3 Docs 1.4.0 documentation

    These are the resource's available collections:

    classic_addresses
    dhcp_options_sets
    images
    instances
    internet_gateways
    key_pairs
    network_acls
    network_interfaces
    placement_groups
    route_tables
    security_groups
    snapshots
    subnets
    volumes
    vpc_addresses
    vpc_peering_connections
    vpcs
    October 5, 2016 at 10:05:58 AM GMT+2 - permalink - archive.org - http://boto3.readthedocs.io/en/latest/reference/services/ec2.html#service-resource
    aws boto
  • Aurora on Amazon RDS - Amazon Relational Database Service

    Pour un cluster Aurora donné, 3 endpoints :

    • cluster endpoint : pointe toujours sur le master
    • reader endpoint : pointe toujours sur un slave
    • instance endpoint : permet de pointer spécifiquement une instance donnée. Ne garantit pas que cette instance restera un slave ou un master.

    You can determine which DB instance in an Aurora DB cluster that a connection is connected to by checking the innodb_read_only global variable, as shown in the following example.
    SHOW GLOBAL VARIABLES LIKE 'innodb_read_only';
    The innodb_read_only variable will be set to ON if you are connected to an Aurora Replica and OFF if you are connected to the primary instance.

    October 3, 2016 at 4:01:46 PM GMT+2 - permalink - archive.org - http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html
    aurora aws mysql
  • minio/mc: Minio Client is a replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage.

    via Doo

    September 30, 2016 at 12:05:02 PM GMT+2 - permalink - archive.org - https://github.com/minio/mc
    aws s3
  • Quickstart — Boto 3 Docs 1.4.0 documentation
    September 29, 2016 at 11:16:39 AM GMT+2 - permalink - archive.org - http://boto3.readthedocs.io/en/latest/guide/quickstart.html
    aws boto python
  • Note: Some useful AWS CLI oneliner

    Because terminal > web interface

    To briefly list all env (one env by line):
    aws elasticbeanstalk describe-environments|jq -r '.Environments|.[]| [.ApplicationName, .EnvironmentName, .VersionLabel, .Status, .CNAME] | @csv'|sort

    To get all info about one env (pass EnvironmentName):
    aws elasticbeanstalk describe-environments --environment-names toto-prod

    List all subnets:
    aws ec2 describe-subnets|jq -r '.Subnets|.[]|.SubnetId'

    List all ec2 instanceId:
    aws ec2 describe-instances|jq -r '.Reservations|.[]|.Instances|.[]|.InstanceId'

    List all ec2 instanceId with its associated subnetId:
    aws ec2 describe-instances|jq -r '.Reservations|.[]|.Instances|.[]|[.InstanceId, .SubnetId] | @csv'

    September 28, 2016 at 10:56:53 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?uMBmyg
    aws cli
  • Security in Your VPC - Amazon Virtual Private Cloud

    AWS, c'est un métier.

    September 27, 2016 at 4:44:16 PM GMT+2 - permalink - archive.org - http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Security.html
    aws
  • Identities (Users, Groups, and Roles) - AWS Identity and Access Management

    Diff between user and role

    September 21, 2016 at 11:21:30 AM GMT+2 - permalink - archive.org - http://docs.aws.amazon.com/IAM/latest/UserGuide/id.html
    aws iam
  • Getting Credential Reports for Your AWS Account - AWS Identity and Access Management

    To generate a report

    • :

    In addition to using credential reports, you can also determine when a password or access key was last used by using these IAM APIs:
    ListUsers (AWS CLI command: aws iam list-users)
    GetUser (AWS CLI command: aws iam get-user)
    GetAccessKeyLastUsed (AWS CLI command: aws iam get-access-key-last-used)

    September 21, 2016 at 11:16:54 AM GMT+2 - permalink - archive.org - http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_getting-report.html
    audit aws iam
  • Using an IAM Role to Grant Permissions to Applications Running on Amazon EC2 Instances - AWS Identity and Access Management

    This one explains why to use roles

    September 21, 2016 at 11:14:50 AM GMT+2 - permalink - archive.org - http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html
    aws iam
  • Changes that I make are not always immediately visible

    Bon à savoir

    September 21, 2016 at 10:14:29 AM GMT+2 - permalink - archive.org - http://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot_general.html#troubleshoot_general_eventual-consistency
    aws
  • thumbnail
    Release Notes : Amazon Web Services

    les releases notes de l'ecosysteme aws
    (rss ok)

    August 31, 2016 at 2:03:39 PM GMT+2 - permalink - archive.org - https://aws.amazon.com/releasenotes
    aws rss
  • IAM Best Practices - AWS Identity and Access Management

    Premières choses à faire, best practice concernant iam. En résumé : ne pas générer d'access key pour l'utilisateur "root", créer des users avec des droits bien determinés.

    August 31, 2016 at 11:32:26 AM GMT+2 - permalink - archive.org - http://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html
    aws iam
  • Kit SDK AWS pour Python

    Un sdk en python pour aws

    https://boto3.readthedocs.io/en/latest/guide/resources.html

    August 16, 2016 at 5:40:40 PM GMT+2 - permalink - archive.org - https://aws.amazon.com/fr/sdk-for-python/
    aws python sdk
  • https://www.elastic.co/blog/autoresize-ebs-root-volume-on-aws-amis#amiscript
    December 14, 2015 at 1:35:44 PM GMT+1 - permalink - archive.org - https://www.elastic.co/blog/autoresize-ebs-root-volume-on-aws-amis#amiscript
    amazon aws
  • sindresorhus/awesome
    October 13, 2015 at 11:03:11 AM GMT+2 - permalink - archive.org - https://github.com/sindresorhus/awesome
    aws
  • donnemartin/awesome-aws
    October 13, 2015 at 11:03:05 AM GMT+2 - permalink - archive.org - https://github.com/donnemartin/awesome-aws
    aws
Links per page: 20 50 100
page 8 / 8
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation