WithSubscribe & Save, you can save up to 15% more on the things you buy most, by setting up automatic reorders at a frequency that works for you. Available on a wide range of everyday essential products on Amazon.com.
No. If you have access to multiple stores in your area, your order from Amazon Fresh, Whole Foods Market, and Amazon.com are fulfilled from each store individually so we can deliver them ultrafast. If you've selected items from more than one store, you'll need to select a delivery or pickup window and check out separately for each cart. You'll receive separate order confirmations from each store.
Prime Members can set up regularly scheduled deliveries on thousands of everyday products and earn savings with Subscribe & Save, and unlock extra savings on eligible subscriptions when they receive five or more products in one auto-delivery to one address. Subscribe & Save is only for items purchased on Amazon.com, and is not available for Amazon Fresh or Whole Foods Market. Learn more about the Subscribe & Save program.
Buy Again is a feature on Amazon.com that allows customers to quickly reorder items they have previously purchased from the website. Customers can view their purchase history and select items to add to their cart for a faster checkout process. To get started, visit our Buy Again Page.
The service fee helps keep prices low in our online and physical grocery stores as we better cover grocery delivery costs and continue to enable offering a consistent, fast, and high-quality delivery experience.
Past Purchases allow customers to reorder all of their favorite items from their past online and in-store purchases. Simply click "Past Purchases" at the top of the Amazon Fresh Online or Whole Foods Market on Amazon experience to get started.
Anyone can shop at Amazon Fresh or Whole Foods Market physical stores. Customers can use our traditionally staffed checkouts and those customers who wish to use Just Walk Out shopping or Amazon Dash Cart will need to have an Amazon account with a linked credit or debit card.
Alexa makes shopping easier and helps you save time while grocery shopping in the stores. When you need help finding an item or have a quick grocery related question, such as food facts or wine and cheese pairings, simply ask Alexa at any of the blue Alexa kiosks located throughout the store.
If your question still isn't answered or you're having trouble with your account or order, please contact us at our Customer Service Page. If you are shopping in one of our stores and have a question, please see a Team Member in-store for additional help.
Safety for your drivers, Amazon employees, and the public is a deeply held value at Amazon. We empower you to determine when conditions are unsafe. We require you to follow safety standards and regulations on the road, behind the wheel, in the yard, or in an Amazon facility. We expect you to report all unsafe acts, conditions, and incidents immediately to Amazon management. There is nothing more valued than your safety and the safety of others.
If you suspect any unauthorized access on your Amazon Relay account (e.g., unauthorized account setup, password/ e-mail/ user/ phone number/ bank account change), or any account security issue, you can contact us at
r4c-s...@amazon.com. Amazon does not request personal information like passwords, OTPs, and credit card numbers over phone or e-mail. Read more about how to secure your account, and identify whether an email, call or webpage is from Amazon. If you need help with resetting your account password, please follow the instructions here.
Amazon does not tender loads through any third-party load boards. Any Amazon loads posted on third-party load boards will only be tendered directly to approved and onboarded carriers via the Relay web portal or Relay mobile app. If you are interested in hauling loads for Amazon, sign up and book directly on
relay.amazon.com.
Amazon Q Developer Agents take a lot of work out of complex, multistep tasks. The agent for software development helps with implementing features, documenting code, and bootstrapping new projects, all from a single prompt.
\n
\nThe agent for software development achieved the highest scores on the SWE-Bench Leaderboard and Leaderboard Lite.
Amazon Q Developer Agents take a lot of work out of complex, multistep tasks. The agent for software development helps with implementing features, documenting code, and bootstrapping new projects, all from a single prompt.
The agent for software development achieved the highest scores on the SWE-Bench Leaderboard and Leaderboard Lite.
Securely connect Amazon Q Developer to your private repositories to generate even more relevant code recommendations, ask questions about your company code, and understand your internal code bases faster.
Quickly understand what resources are running in your AWS account with a simple natural language prompt (preview). Amazon Q Developer can help you diagnose errors in the console, help pick the right instance for the job, or even help you fix network connectivity problems, so you can manage your infrastructure faster.
Amazon Q Developer provides inline code suggestions, vulnerability scanning, and chat in popular integrated development environments (IDEs), including JetBrains, IntelliJ IDEA, Visual Studio, and VS Code.
Amazon Q Developer provides inline code suggestions, vulnerability scanning, and chat in popular integrated developer environments (IDEs), including JetBrains, IntelliJ IDEA, Visual Studio, and VS Code.
This topic describes how to install or update the latest release of the AWS Command Line Interface (AWS CLI) on supported operating systems. For information on the latest releases of AWS CLI, see the AWS CLI version 2 Changelog on GitHub.
The following are quick installation steps in a single copy and paste group based on whether you use 64-bit Linux or Linux ARM that provide a basic installation. For guided instructions, see the steps that follow.
(Optional) The following command block downloads and installs the AWS CLI without first verifying the integrity of your download. To verify the integrity of your download, use the below step by step instructions.
To update your current installation of the AWS CLI, add your existing symlink and installer information to construct the install command using the --bin-dir, --install-dir, and --update parameters. The following command block uses an example symlink of /usr/local/bin and example installer location of /usr/local/aws-cli.
The AWS CLI installer package .zip files are cryptographically signed using PGP signatures. If there is any damage or alteration of the files, this verification fails and you should not proceed with installation.
Download the AWS CLI signature file for the package you downloaded. It has the same path and name as the .zip file it corresponds to, but has the extension .sig. In the following examples, we save it to the current directory as a file named awscliv2.sig.
For a specific version of the AWS CLI, append a hyphen and the version number to the filename. For this example the filename for version 2.0.30 would be awscli-exe-linux-x86_64-2.0.30.zip.sig resulting in the following command:
For a specific version of the AWS CLI, append a hyphen and the version number to the filename. For this example the filename for version 2.0.30 would be awscli-exe-linux-aarch64-2.0.30.zip.sig resulting in the following command:
The warning in the output is expected and doesn't indicate a problem. It occurs because there isn't a chain of trust between your personal PGP key (if you have one) and the AWS CLI PGP key. For more information, see Web of trust.
Unzip the installer. If your Linux distribution doesn't have a built-in unzip command, use an equivalent to unzip it. The following example command unzips the package and creates a directory named aws under the current directory.
When updating from a previous version, the unzip command prompts to overwrite existing files. To skip these prompts, such as with script automation, use the -u update flag for unzip. This flag automatically updates existing files and creates new ones as needed.
Run the install program. The installation command uses a file named install in the newly unzipped aws directory. By default, the files are all installed to /usr/local/aws-cli, and a symbolic link is created in /usr/local/bin. The command includes sudo to grant write permissions to those directories.
Ensure that the paths you provide to the -i and -b parameters contain no volume name or directory names that contain any space characters or other white space characters. If there is a space, the installation fails.
Due to standard user permissions, after the installer finishes, you must manually create a symlink file in your $PATH that points to the aws and aws_completer programs by using the following commands at the command prompt. If your $PATH includes a folder you can write to, you can run the following command without sudo if you specify that folder as the target's path. If you don't have a writable folder in your $PATH, you must use sudo in the commands to get permissions to write to the specified target folder. The default location for a symlink is /usr/local/bin/.
3a8082e126