4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
    Type 1 or more characters for results.
    Links per page: 20 50 100
    ◄Older
    page 3 / 8
    Newer►
    156 results tagged aws x
    • ElastiCache for Redis Terminology - Amazon ElastiCache for Redis
      2019年10月23日 GMT+2 上午9:09:25 - permalink - archive.org - https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/WhatIs.Terms.html
      aws elasticache redis
    • thumbnail
      GitHub - localstack/localstack: 💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline!

      people are crazy

      2019年10月21日 GMT+2 下午3:39:39 - permalink - archive.org - https://github.com/localstack/localstack
      aws dev local
    • thumbnail
      Using Terraform for zero downtime updates of an Auto Scaling group in AWS
      2019年10月17日 GMT+2 上午11:32:39 - permalink - archive.org - https://medium.com/@endofcake/using-terraform-for-zero-downtime-updates-of-an-auto-scaling-group-in-aws-60faca582664
      asg aws terraform
    • Cloud/AmazonEC2Image/Buster - Debian Wiki
      2019年10月17日 GMT+2 上午11:32:18 - permalink - archive.org - https://wiki.debian.org/Cloud/AmazonEC2Image/Buster
      ami aws buster debian
    • Tutorial: Specifying Sensitive Data Using Secrets Manager Secrets - Amazon Elastic Container Service
      2019年9月13日 GMT+2 下午4:42:13 - permalink - archive.org - https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data-tutorial.html
      aws ecs secrets
    • GitHub - silinternational/ecs-deploy: Simple shell script for initiating blue-green deployments on Amazon EC2 Container Service (ECS)
      2019年9月13日 GMT+2 下午4:40:07 * - permalink - archive.org - https://github.com/silinternational/ecs-deploy
      aws ecs fargate
    • Introduction | eksctl
      2019年9月11日 GMT+2 下午2:59:35 - permalink - archive.org - https://eksctl.io/
      aws eks
    • thumbnail
      GitHub - jkehler/awslambda-psycopg2
      2019年9月2日 GMT+2 上午11:05:19 * - permalink - archive.org - https://github.com/jkehler/awslambda-psycopg2
      aws lambda postgresql psycopg2 python
    • thumbnail
      GitHub - claranet/terraform-aws-lambda: Terraform module for AWS Lambda functions
      2019年9月2日 GMT+2 上午9:53:13 - permalink - archive.org - https://github.com/claranet/terraform-aws-lambda
      aws lambda terraform
    • Working with GPUs on Amazon ECS - Amazon Elastic Container Service
      2019年8月21日 GMT+2 下午5:55:26 - permalink - archive.org - https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-gpu.html
      aws gpu
    • API failures Error Messages - Amazon Elastic Container Service

      Your task definition contains a parameter that requires a specific container instance attribute that is not available on your container instances. For example, if your task uses the awsvpc network mode, but there are no instances in your specified subnets with the ecs.capability.task-eni attribute. For more information about which attributes are required for specific task definition parameters and agent configuration variables, see Task Definition Parameters and Amazon ECS Container Agent Configuration.

      2019年8月21日 GMT+2 下午4:29:09 - permalink - archive.org - https://docs.amazonaws.cn/en_us/AmazonECS/latest/developerguide/api_failures_messages.html
      aws ecs
    • thumbnail
      Jerry Hargrove | History of Amazon Web Services

      SQS first service :|

      2019年8月15日 GMT+2 下午2:03:03 - permalink - archive.org - https://www.awsgeek.com/pages/AWS-History/
      aws history
    • Note: ssm links

      https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-agent.html

      https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-sessions-start.html#sessions-start-ssh

      https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started-enable-ssh-connections.html

      2019年8月10日 GMT+2 下午1:43:30 - permalink - archive.org - https://links.infomee.fr/?Hgv05w
      aws ssm
    • thumbnail
      Managing PostgreSQL users and roles | AWS Database Blog

      A faire en superuser:

      -- Revoke privileges from 'public' role
      REVOKE CREATE ON SCHEMA public FROM PUBLIC;
      REVOKE ALL ON DATABASE mydatabase FROM PUBLIC;

      -- Create schema
      CREATE SCHEMA myschema

      -- Read-only role
      CREATE ROLE readonly;
      GRANT CONNECT ON DATABASE mydatabase TO readonly;
      GRANT USAGE ON SCHEMA myschema TO readonly;
      GRANT SELECT ON ALL TABLES IN SCHEMA myschema TO readonly;
      ALTER DEFAULT PRIVILEGES IN SCHEMA myschema GRANT SELECT ON TABLES TO readonly;

      -- Read/write role
      CREATE ROLE readwrite;
      GRANT CONNECT ON DATABASE mydatabase TO readwrite;
      GRANT USAGE, CREATE ON SCHEMA myschema TO readwrite;
      GRANT SELECT, INSERT, UPDATE, DELETE ON ALL TABLES IN SCHEMA myschema TO readwrite;
      ALTER DEFAULT PRIVILEGES IN SCHEMA myschema GRANT SELECT, INSERT, UPDATE, DELETE ON TABLES TO readwrite;
      GRANT USAGE ON ALL SEQUENCES IN SCHEMA myschema TO readwrite;
      ALTER DEFAULT PRIVILEGES IN SCHEMA myschema GRANT USAGE ON SEQUENCES TO readwrite;

      -- Users creation
      CREATE USER reporting_user1 WITH PASSWORD 'some_secret_passwd';
      CREATE USER reporting_user2 WITH PASSWORD 'some_secret_passwd';
      CREATE USER app_user1 WITH PASSWORD 'some_secret_passwd';
      CREATE USER app_user2 WITH PASSWORD 'some_secret_passwd';

      -- Grant privileges to users
      GRANT readonly TO reporting_user1;
      GRANT readonly TO reporting_user2;
      GRANT readwrite TO app_user1;
      GRANT readwrite TO app_user2;

      2019年8月3日 GMT+2 下午4:10:30 * - permalink - archive.org - https://aws.amazon.com/fr/blogs/database/managing-postgresql-users-and-roles/
      aws postgresql rds
    • AWS Fargate Pricing Calculator

      0,25 vCPU + 0,5GB = 9,010$ (1 month)

      2019年7月23日 GMT+2 下午6:25:07 - permalink - archive.org - http://fargate-pricing-calculator.site.s3-website-us-east-1.amazonaws.com/
      aws fargate
    • Terraform: terraform_remote_state - Terraform by HashiCorp
      2019年7月12日 GMT+2 下午1:54:34 - permalink - archive.org - https://www.terraform.io/docs/providers/terraform/d/remote_state.html
      aws data terraform
    • thumbnail
      Announcing Amazon VPC Traffic Mirroring for Amazon EC2 Instances
      2019年7月3日 GMT+2 下午3:39:40 - permalink - archive.org - https://aws.amazon.com/about-aws/whats-new/2019/06/announcing-amazon-vpc-traffic-mirroring-for-amazon-ec2-instances/
      aws mirror network
    • AWS Systems Manager Session Manager - AWS Systems Manager

      interessant

      2019年6月28日 GMT+2 上午10:44:14 - permalink - archive.org - https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager.html
      aws ssh ssm
    • thumbnail
      Secure your instances with multi-factor authentication | AWS Startups Blog
      2019年6月12日 GMT+2 下午6:18:16 - permalink - archive.org - https://aws.amazon.com/fr/blogs/startups/securing-ssh-to-amazon-ec2-linux-hosts/
      aws mfa ssh
    • Tutorial: Delegate Access Across AWS Accounts Using IAM Roles - AWS Identity and Access Management

      Gestion multi compte aws

      2019年5月30日 GMT+2 下午10:50:22 - permalink - archive.org - https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html
      account aws
    Links per page: 20 50 100
    ◄Older
    page 3 / 8
    Newer►
    Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation