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
    5 octobre 2016 à 10:05:58 UTC+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.

    3 octobre 2016 à 16:01:46 UTC+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

    30 septembre 2016 à 12:05:02 UTC+2 - permalink - archive.org - https://github.com/minio/mc
    aws s3
  • Quickstart — Boto 3 Docs 1.4.0 documentation
    29 septembre 2016 à 11:16:39 UTC+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'

    28 septembre 2016 à 10:56:53 UTC+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.

    27 septembre 2016 à 16:44:16 UTC+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

    21 septembre 2016 à 11:21:30 UTC+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)

    21 septembre 2016 à 11:16:54 UTC+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

    21 septembre 2016 à 11:14:50 UTC+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

    21 septembre 2016 à 10:14:29 UTC+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)

    31 août 2016 à 14:03:39 UTC+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.

    31 août 2016 à 11:32:26 UTC+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

    16 août 2016 à 17:40:40 UTC+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
    14 décembre 2015 à 13:35:44 UTC+1 - permalink - archive.org - https://www.elastic.co/blog/autoresize-ebs-root-volume-on-aws-amis#amiscript
    amazon aws
  • sindresorhus/awesome
    13 octobre 2015 à 11:03:11 UTC+2 - permalink - archive.org - https://github.com/sindresorhus/awesome
    aws
  • donnemartin/awesome-aws
    13 octobre 2015 à 11:03:05 UTC+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